mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
prevent small tags from increasing height of headings
This commit is contained in:
@@ -31,6 +31,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
text-rendering: optimizelegibility; // Fix the character spacing for headings
|
||||
small {
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
color: @grayLight;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user