Eric Meyer's reset uses a line-height value of 1. Blueprint uses 1.5 and
YUI doesn't even consider it part of the reset. With so much disagreement, I decided to make the compass reset agnostic and let individual frameworks decide what the body line-height ought to be.
This commit is contained in:
parent
79ee96dcf4
commit
af6f16d4b8
@ -43,6 +43,7 @@
|
||||
:color= !loud_color
|
||||
|
||||
=blueprint-typography-body
|
||||
:line-height 1.5
|
||||
+normal-text
|
||||
:font-size 75%
|
||||
|
||||
|
@ -13,8 +13,6 @@
|
||||
pre, a, abbr, acronym, address, code, del, dfn, em, img,
|
||||
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr
|
||||
+reset
|
||||
body
|
||||
:line-height 1.5
|
||||
blockquote, q
|
||||
+reset-quotation
|
||||
th, td, caption
|
||||
|
@ -1,6 +1,7 @@
|
||||
|
||||
|
||||
body {
|
||||
line-height: 1.5;
|
||||
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
|
||||
color: #333333;
|
||||
font-size: 75%; }
|
||||
|
@ -21,9 +21,6 @@ dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, th
|
||||
font-family: inherit;
|
||||
vertical-align: baseline; }
|
||||
|
||||
body {
|
||||
line-height: 1.5; }
|
||||
|
||||
blockquote, q {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
@ -13,6 +13,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.clearfix {
|
||||
overflow: auto;
|
||||
overflow: -moz-scrollbars-none;
|
||||
|
Loading…
Reference in New Issue
Block a user