2
0
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:
Mark Otto
2012-07-06 10:35:08 -07:00
parent 3d770ab7bd
commit 19ea4668e5
3 changed files with 20 additions and 0 deletions
+1
View File
@@ -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;
}
}