Skip to content

Commit

Permalink
Unitless line-heights - fixes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Rudd committed May 10, 2012
1 parent f432183 commit 4a3aad7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions typeset.css
Expand Up @@ -28,12 +28,12 @@
padding: 0;
border: 0;
font: inherit;
line-height: 1em;
line-height: 1.0;
vertical-align: baseline;
}

.typeset {
line-height: 1em;
line-height: 1.0;
text-rendering: optimizeLegibility;
}

Expand All @@ -49,7 +49,7 @@
*/

.typeset li, .typeset dt, .typeset dd, .typeset p, .typeset pre, .typeset caption, .typeset th, .typeset td, .typeset figcaption {
line-height: 1.4em;
line-height: 1.4;
}

.typeset caption, .typeset dl, .typeset dd, .typeset figcaption, .typeset figure, .typeset h1, .typeset h2, .typeset h3, .typeset h4, .typeset h5, .typeset h6, .typeset p, .typeset pre, .typeset table, .typeset ol, .typeset ul {
Expand Down

0 comments on commit 4a3aad7

Please sign in to comment.