Semibold dat .navbar .brand

This commit is contained in:
Mark Otto 2013-01-17 20:30:40 -08:00
parent ac3c907799
commit 5075f4973b
2 changed files with 2 additions and 2 deletions

View File

@ -2977,7 +2977,7 @@ button.close {
display: inline-block;
padding: 7px 15px;
font-size: 18px;
font-weight: bold;
font-weight: 500;
line-height: 20px;
color: #777777;
}

View File

@ -72,7 +72,7 @@
display: inline-block;
padding: 7px 15px;
font-size: 18px;
font-weight: bold;
font-weight: 500;
line-height: @line-height-base;
color: @navbar-brand-color;
&:hover {