web/data/cubicweb.old.css
branchstable
changeset 7799 6f84279e0718
parent 7581 bf9f8fa7e5dc
child 8135 12c7b6065def
--- a/web/data/cubicweb.old.css	Thu Sep 15 08:34:31 2011 +0200
+++ b/web/data/cubicweb.old.css	Fri Sep 16 12:48:02 2011 +0200
@@ -24,7 +24,7 @@
 
 h1,
 .vtitle {
-  font-size: 188%;
+  font-size: %(h1FontSize)s;
   margin: 0.2em 0px 0.3em;
   border-bottom: 1px solid #000;
 }
@@ -35,11 +35,11 @@
 }
 
 h2 {
-  font-size: 135%;
+  font-size: %(h2FontSize)s;
 }
 
 h3 {
-  font-size: 130%;
+  font-size: %(h3FontSize)s;
 }
 
 h4 {