diff -r ee1e0491b4a0 -r 158854761213 static/style.css --- a/static/style.css Mon Jun 15 01:44:05 2009 +0300 +++ b/static/style.css Mon Jun 15 02:42:23 2009 +0300 @@ -142,11 +142,26 @@ } h1 { - font-size: x-large; + font-size: xx-large; + + text-align: center; } h2 { font-size: large; + + margin-left: 0px; + padding: 5px; + width: 100%; + + background-color: #e5e5e5; + + border: 1px dashed #c5c5c5; +} + +h3 { + font-size: medium; + font-style: italic; } div#content p { @@ -163,3 +178,18 @@ background: transparent url(/static/link.png) no-repeat center right; } +dt { + font-size: large; +} + +dd { + margin: 1em auto 1em 5em; +} + +code { + display: block; + margin: 8px; + padding: 8px; + + border: 1px dotted #b5b5b5; +}