mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge branch '2.0.2-wip' of github.com:twitter/bootstrap into 2.0.2-wip
This commit is contained in:
commit
a613a8ebd0
1 changed files with 3 additions and 2 deletions
|
@ -28,8 +28,9 @@ p {
|
|||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin: 0;
|
||||
font-weight: bold;
|
||||
color: @grayDark;
|
||||
font-family: @headingsFontFamily;
|
||||
font-weight: @headingsFontWeight;
|
||||
color: @headingsColor;
|
||||
text-rendering: optimizelegibility; // Fix the character spacing for headings
|
||||
small {
|
||||
font-weight: normal;
|
||||
|
|
Loading…
Reference in a new issue