lib/markout/formatters/html/templates/default/screen.css in karmi-markout-0.1.5 vs lib/markout/formatters/html/templates/default/screen.css in karmi-markout-0.1.6

- old
+ new

@@ -54,11 +54,11 @@ } h1, h2, h3, h4, h5, h6 { color: #222; } -h1, h2 { +h1, h2, h3, h4 { color: #172533; font-weight: normal; } h1 a, h2 a { color: #172533; } @@ -76,22 +76,29 @@ border-top: 4px solid #d8dde3; } h3 { color: #172533; - font-size: 1.1em; - font-weight:bold; + font-size: 1.3em; letter-spacing:-1px; padding: 1em 0 0 0; margin: 1.8em 0 0.25em 0; border-top: 1px solid #d8dde3; } h3 a { text-decoration:underline; } +h4 { + font-size: 1.15em; + letter-spacing:-1px; + padding: 0.5em 0 0 0; + margin: 1em 0 0.25em 0; + border-top: 1px solid #e0e6ee; +} + p { margin: 0 0 0.8em 0; } a { @@ -154,13 +161,15 @@ #history .revision.expanded { background-color: #dfe2e5; } #history .revision h4 { + font-size: 95%; margin: 0; padding: 0 0 0 0.7em; } #history .revision.expanded h4 { + font-size: 100%; } #history .revision .detail { margin: 0 0.8em 0 0.8em; padding: 0;