web/html/css docbook.css,1.2,1.3

Karsten Wade kwade at fedoraproject.org
Tue Nov 25 05:51:44 UTC 2008


Author: kwade

Update of /cvs/fedora/web/html/css
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4365

Modified Files:
	docbook.css 
Log Message:
tweaks to make ToC, lists, and h1-h5 look better; could use improvements and probably break numerous design theroems, but at least it is legible.


Index: docbook.css
===================================================================
RCS file: /cvs/fedora/web/html/css/docbook.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- docbook.css	24 May 2007 02:51:04 -0000	1.2
+++ docbook.css	25 Nov 2008 05:51:13 -0000	1.3
@@ -102,4 +102,39 @@
 .segmentedlist td {
 	padding: 0.5em 5em 0.5em 0.5em;
 }
-
+.itemizedlist ul li { 
+        margin-left: 2em;
+        padding-left: 10px;
+}
+.orderedlist ol li { 
+        margin-left: 2.5em;
+        padding-left: 15px;
+}
+.toc dl dt { 
+        margin-left: 1em;
+        padding-left: 5px;
+}
+.toc dd {  
+        margin-left: 1em;
+}
+.titlepage h1 {
+        margin-left: 0em;
+        padding: 8px 0px 3px 0px;
+}
+.titlepage h2 {
+        margin-left: 0.1em;
+        padding: 8px 0px 3px 0px;
+}
+.titlepage h3 {
+        margin-left: 0.1em;
+        padding: 8px 0px 3px 0px;
+}
+.titlepage h4 {
+        margin-left: 0.1em;
+        padding: 8px 0px 3px 0px;
+}
+.titlepage h5 {
+        margin-left: 0.2em;
+        padding: 10px 0px 3px 0px;
+        border-bottom: 1px dotted #000;
+}




More information about the Fedora-websites-list mailing list