# HG changeset patch # User Tero Marttila # Date 1245022943 -10800 # Node ID 1a1e74f2a4ede28e8b2658424274b54fefcf95aa # Parent b0020d8c96b2458d6e048085d54e2278b6ef0d56 write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page diff -r b0020d8c96b2 -r 1a1e74f2a4ed .hgignore --- a/.hgignore Mon Jun 15 01:44:05 2009 +0300 +++ b/.hgignore Mon Jun 15 02:42:23 2009 +0300 @@ -2,4 +2,4 @@ \.[^/]+.sw[op]$ \.pyc$ ^cache/templates/. - +^stuff/ diff -r b0020d8c96b2 -r 1a1e74f2a4ed 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; +}