0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01: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

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;
}