[or-cvs] r11452: Add some new definitions to css for future pages. Add nl to (website/trunk)

phobos at seul.org phobos at seul.org
Sun Sep 16 22:49:01 UTC 2007


Author: phobos
Date: 2007-09-16 18:49:01 -0400 (Sun, 16 Sep 2007)
New Revision: 11452

Modified:
   website/trunk/Makefile.common
   website/trunk/stylesheet.css
Log:
Add some new definitions to css for future pages.  Add nl to the list of
languages to be compiled.


Modified: website/trunk/Makefile.common
===================================================================
--- website/trunk/Makefile.common	2007-09-16 18:26:44 UTC (rev 11451)
+++ website/trunk/Makefile.common	2007-09-16 22:49:01 UTC (rev 11452)
@@ -6,7 +6,7 @@
           -D TORSVNHEAD=$(TORSVNHEAD)
 
 
-LANGS=de en es it fi fr ja no pl pt ru se zh-cn
+LANGS=de en es it fi fr ja nl no pl pt ru se zh-cn
 WMLFILES=$(wildcard $(patsubst %, %/*.wml, $(LANGS)))
 WMIFILES=$(wildcard $(patsubst %, %/*.wmi, $(LANGS)) $(WMLBASE)/include/*.wmi )
 

Modified: website/trunk/stylesheet.css
===================================================================
--- website/trunk/stylesheet.css	2007-09-16 18:26:44 UTC (rev 11451)
+++ website/trunk/stylesheet.css	2007-09-16 22:49:01 UTC (rev 11452)
@@ -106,17 +106,38 @@
 /* formatting styles */
 
 h1 {
-    font-size: 1.5em;
+    font-size: 1.6em;
     margin-bottom: 0.5em;
 }
 
 h2 {
+    font-size: 1.4em;
+    margin-bottom: 0em;
+    font-weight: bold;
+    margin-top: 0;
+}
+
+h3 {
     font-size: 1.2em;
     margin-bottom: 0em;
     font-weight: bold;
     margin-top: 0;
 }
 
+h4 {
+    font-size: 1.1em;
+    margin-bottom: 0em;
+    font-weight: bold;
+    margin-top: 0;
+}
+
+h5 {
+    font-size: 1.0em;
+    margin-bottom: 0em;
+    font-weight: bold;
+    margin-top: 0;
+}
+
 p {
     margin-top: 0;
     margin-bottom: 1em;
@@ -354,3 +375,8 @@
 acronym {
     border-bottom: none;
 }
+
+dt {
+	font-weight: bolder;
+	font-style: italic;
+}



More information about the tor-commits mailing list