fix dtext styles

This commit is contained in:
albert
2011-10-22 17:23:33 -04:00
parent 9a3155d10b
commit 5444ad5107
8 changed files with 68 additions and 47 deletions

View File

@@ -40,7 +40,7 @@ em {
font-style: italic;
}
h1, h2, h3 {
h1, h2, h3, h4, h5, h6 {
font-family: Tahoma;
font-weight: bold;
line-height: 1.25em;
@@ -54,7 +54,8 @@ h2 {
font-size: $h2_size;
}
h3 {
h3, h4, h5, h6 {
font-weight: bold;
font-size: $h3_size;
}

View File

@@ -16,6 +16,10 @@ div.prose {
h3 {
padding: $h3_padding;
}
h4, h5, h6 {
padding: 0;
}
ul {
margin-left: 1em;