git » wikiri » commit a06c271

Add a style for h2 tags inside articles.

author Alberto Bertogli
2008-01-04 14:59:37 UTC
committer Alberto Bertogli
2008-01-04 14:59:37 UTC
parent 1bb326c2e3d4f526eeb9c280eb58eb78ec84a2b4

Add a style for h2 tags inside articles.

Signed-off-by: Alberto Bertogli <albertito@gmail.com>

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):