0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Drop the font-weight on panel labels since heading elements already get it

This commit is contained in:
Mark Otto 2013-08-11 19:20:23 -07:00
parent fca5c812c5
commit bf4900072d
3 changed files with 1 additions and 3 deletions

View File

@ -2447,7 +2447,6 @@ a.list-group-item.active .list-group-item-text {
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
font-size: 17.5px; font-size: 17.5px;
font-weight: 500;
} }
.panel-title > a { .panel-title > a {

File diff suppressed because one or more lines are too long

View File

@ -58,7 +58,6 @@
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
font-size: (@font-size-base * 1.25); font-size: (@font-size-base * 1.25);
font-weight: 500;
> a { > a {
color: inherit; color: inherit;
} }