# HG changeset patch # User bsw # Date 1330449541 -3600 # Node ID 62ddcdad91d5cbd28519511dc00dbf6b0dc4cc82 # Parent a879f7cbf64e0c018d9bff80d4519ba4ce737113 Added help text styles diff -r a879f7cbf64e -r 62ddcdad91d5 static/style.css --- a/static/style.css Tue Feb 28 18:18:50 2012 +0100 +++ b/static/style.css Tue Feb 28 18:19:01 2012 +0100 @@ -7,8 +7,7 @@ object, iframe, h1, h2, h3, h4, h5, h6, -p, blockquote, pre, a, img, -ol, ul, li, +p, a, img, form, label, legend, table, tbody, tfoot, thead, tr, th,td { margin: 0; @@ -26,9 +25,6 @@ color: black; background: white; } -ol, ul { - list-style: none; -} table { border-collapse: separate; border-spacing: 0; @@ -1147,6 +1143,7 @@ } .help_visible { + margin-top: 2ex; margin-bottom: 1ex; } @@ -1171,6 +1168,7 @@ } .wiki { + line-height: 133%; } .wiki h1, @@ -1183,10 +1181,21 @@ .wiki h1 { font-size: 150%; + font-weight: bold; } .wiki h2 { font-size: 125%; + font-weight: bold; +} + +.wiki h3 { + font-size: 125%; +} + +.wiki h4 { + font-size: 100%; + font-weight: bold; } .wiki p {