Skip to content

Commit

Permalink
move the font-weight to its own declaration to save space, add better…
Browse files Browse the repository at this point in the history
… multiline styling to list items
  • Loading branch information
Kilian committed May 12, 2009
1 parent c9ab471 commit 94667c5
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions sen.css
Expand Up @@ -78,36 +78,34 @@ dt{
dd{
padding-left:1.5em;
}
h1,h2,h3,h4,h5,h6{
font-weight:300;
}

h1{
font-size:2em;
font-weight:700;
margin:0 0 0.75em;
}
h2{
font-size:1.5em;
font-weight:700;
margin:0 0 1em;
}
h3{
font-size:1.1666em;
font-weight:700;
margin:0 0 1.285em;
}
h4{
font-size:1em;
font-weight:700;
margin:0 0 1.5em;
}
h5{
font-size:0.8333em;
font-weight:700;
margin:0 0 1.8em;
}
h6{
font-size:0.666em;
font-weight:700;
margin:0 0 2.25em;
}
}
img{
display:inline-block;
vertical-align:text-bottom;
Expand All @@ -116,7 +114,7 @@ ins{
text-decoration:overline;
}
ol{
list-style:inside decimal;
list-style:outside decimal;
}
p{
font-weight:300;
Expand Down Expand Up @@ -144,17 +142,14 @@ strong,b{
font-weight:700;
}
ul{
list-style:inside disc;
list-style:outside disc;
}
ul,ol{
margin:0 0 1.5em;
margin:0 0 1.5em 1.5em;
padding:0;
}
li ul,li ol{
margin:0;
}
li li{
padding-left:1.5em;
padding:0 0 1.5em 0;
}
/** tables still need 'cellspacing="0"' in the markup
*/
Expand Down

0 comments on commit 94667c5

Please sign in to comment.