better CSS optimization

This commit is contained in:
Mark Pilgrim
2009-09-27 02:43:53 -04:00
parent a57a28aeae
commit d06da808f7
4 changed files with 19 additions and 20 deletions
+2 -6
View File
@@ -29,8 +29,7 @@ POSSIBILITY OF SUCH DAMAGE.
/* typography */
body, .w a {
font: 12pt/1.75 'Gill Sans', 'Gill Sans MT', Helvetica, Corbel, 'Nimbus Sans L', sans-serif;
word-spacing: 0;
font-size: 12pt;
}
pre, kbd, samp, code, var, .b {
font-size: 10pt;
@@ -50,16 +49,13 @@ span {
font: normal 48pt/0.68 serif;
}
p, ul, ol {
margin: 1.75em 0;
font-size: 12pt;
}
/* basics */
html {
background: #fff;
}
html, body {
background: #fff;
margin: 0;
padding: 0;
}