2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

Use @border-radius-base var for nav tabs

This commit is contained in:
Mark Otto
2012-12-17 10:11:33 -08:00
parent 4245e8ebb5
commit ac20a08281
+1 -1
View File
@@ -74,7 +74,7 @@
margin-right: 2px;
line-height: @line-height-base;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
border-radius: @border-radius-base @border-radius-base 0 0;
&:hover {
border-color: @grayLighter @grayLighter #ddd;
}