--- a/web/data/uiprops.py Thu Sep 15 08:34:31 2011 +0200
+++ b/web/data/uiprops.py Fri Sep 16 12:48:02 2011 +0200
@@ -77,6 +77,17 @@
headerBgColor = '#ff7700'
headerBg = lazystr('%(headerBgColor)s url("banner.png") repeat-x top left')
+
+# scale 3:5 stranded
+# h1 { font-size:2em; }
+# h2 { font-size:1.61538em; }
+# h3 { font-size:1.23077em; }
+#
+# scale le corbusier */
+# h1 { font-size:2.11538em; }
+# h2 { font-size:1.61538em; }
+# h3 { font-size:1.30769em; }
+
# h
h1FontSize = '1.5em' # 18px
h1Padding = '0 0 0.14em 0 '