author | Alberto Bertogli
<albertito@gmail.com> 2008-01-04 14:59:37 UTC |
committer | Alberto Bertogli
<albertito@gmail.com> 2008-01-04 14:59:37 UTC |
parent | 1bb326c2e3d4f526eeb9c280eb58eb78ec84a2b4 |
wikiri.cgi | +8 | -0 |
diff --git a/wikiri.cgi b/wikiri.cgi index 9156f47..4e8dd3c 100755 --- a/wikiri.cgi +++ b/wikiri.cgi @@ -392,6 +392,14 @@ div.section h1 { border-bottom: 1px dotted #99C; } +div.section h2 { + font-size: small; + font-weight: bold; + width: 75%; + margin-bottom: 1pt; + border-bottom: 1px dotted #DDD; +} + """ class Templates (object):