2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

change h4 back to lineheight * 2

This commit is contained in:
Mark Otto
2011-09-29 01:44:51 -07:00
parent 4e9849966d
commit 00204a80cf
3 changed files with 10 additions and 11 deletions
+3 -3
View File
@@ -48,20 +48,20 @@ h3 {
font-size: 14px;
}
}
h4, h5, h6 {
line-height: @baseline;
}
h4 {
font-size: 16px;
line-height: @baseline * 2;
small {
font-size: 12px;
}
}
h5 {
font-size: 14px;
line-height: @baseline;
}
h6 {
font-size: 13px;
line-height: @baseline;
color: @grayLight;
text-transform: uppercase;
}