Commit 5a3cb0d7 authored by Mark Otto's avatar Mark Otto

remove extra border-radius props

parent 85db846b
......@@ -795,7 +795,6 @@ pre code {
}
.nav-list > li:last-child > a {
border-radius: 0 0 6px 6px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
......
......@@ -38,7 +38,6 @@
border-top-right-radius: @border-radius-base;
}
.nav-list > li:last-child > a {
border-radius: 0 0 6px 6px;
border-bottom-left-radius: @border-radius-base;
border-bottom-right-radius: @border-radius-base;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment