Browse Source

Typography tweaks

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

17
source/less/Typography.less

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

Loading…
Cancel
Save