[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

css fedora.css,1.4,1.5



Author: pfrields

Update of /cvs/docs/css
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20946

Modified Files:
	fedora.css 
Log Message:
Improve readability a bit without wasting so much space; include itemizedlists


Index: fedora.css
===================================================================
RCS file: /cvs/docs/css/fedora.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fedora.css	23 Apr 2005 00:45:45 -0000	1.4
+++ fedora.css	18 May 2005 02:05:51 -0000	1.5
@@ -108,9 +108,17 @@
 }
 
 .procedure ol li {
-        margin-bottom: 1.5em;
+        margin-bottom: 0.5em;
 }
-/* prevent inheritance */
 .procedure ol li li {
+	/* prevent inheritance */
+	margin-bottom: 0em;
+}
+
+.itemizedlist ul li {
+	margin-bottom: 0.5em;
+}
+.itemizedlist ul li li {
+	/* prevent inheritance */
 	margin-bottom: 0em;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]