Commit ac20a082 authored by Mark Otto's avatar Mark Otto
Browse files

Use @border-radius-base var for nav tabs

parent 4245e8eb
Showing with 1 addition and 1 deletion
+1 -1
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
margin-right: 2px; margin-right: 2px;
line-height: @line-height-base; line-height: @line-height-base;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 4px 4px 0 0; border-radius: @border-radius-base @border-radius-base 0 0;
&:hover { &:hover {
border-color: @grayLighter @grayLighter #ddd; border-color: @grayLighter @grayLighter #ddd;
} }
......
Supports Markdown
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