Browse Source

Typography tweaks

pull/127/merge
Zach Wise 12 years ago
parent
commit
1375c09038
  1. 17
      source/less/Typography.less

17
source/less/Typography.less

@ -119,15 +119,20 @@
}
}
h4 {
font-size: 16px;
line-height:18px;
font-size: 20px;
line-height: 22px;
//font-size: 16px;
//line-height:18px;
small {
font-size: 12px;
}
}
h5 {
font-size: 14px;
line-height:16px;
font-size: 16px;
line-height:18px;
//font-size: 14px;
//line-height:16px;
}
h6 {
font-size: 13px;
@ -148,9 +153,9 @@
================================================== */
blockquote, blockquote p {
font-size: 28px;
font-size: @base-font-large;
line-height: @base-line-large;
text-align:left;
line-height: 36px;
margin-bottom: 6px;
padding-top: 10px;
background-color:@white;

Loading…
Cancel
Save