web/data/uiprops.py
changeset 8349 fdb796435d7b
parent 8138 86da196640ae
parent 8334 20e38436395f
child 9291 4894bb92558a
--- a/web/data/uiprops.py	Thu Mar 29 14:20:41 2012 +0200
+++ b/web/data/uiprops.py	Tue Apr 10 17:03:19 2012 +0200
@@ -89,20 +89,22 @@
 # h3 { font-size:1.30769em; }
 
 # h
-h1FontSize = '1.5em' # 18px
+h1FontSize = '2.3em' # 25.3833px
 h1Padding = '0 0 0.14em 0 '
 h1Margin = '0.8em 0 0.5em'
 h1Color = '#000'
 h1BorderBottomStyle = lazystr('0.06em solid %(h1Color)s')
 
-h2FontSize = '1.33333em'
-h2Padding = '0.4em 0 0.35em 0'
+h2FontSize = '2em' #
+h2Padding = '0.4em 0 0.35em 0' # 22.0667px
 h2Margin = '0'
 
-h3FontSize = '1.16667em'
+h3FontSize = '1.7em' #18.75px
 h3Padding = '0.5em 0 0.57em 0'
 h3Margin = '0'
 
+h4FontSize = '1.4em' # 15.45px
+
 # links
 aColor = '#e6820e'