mirror of https://github.com/twbs/bootstrap.git
Drop the font-weight on panel labels since heading elements already get it
This commit is contained in:
parent
fca5c812c5
commit
bf4900072d
|
|
@ -2447,7 +2447,6 @@ a.list-group-item.active .list-group-item-text {
|
|||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
font-size: 17.5px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.panel-title > a {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -58,7 +58,6 @@
|
|||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
font-size: (@font-size-base * 1.25);
|
||||
font-weight: 500;
|
||||
> a {
|
||||
color: inherit;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue