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

Paul W. Frields (pfrields) fedora-websites-list at redhat.com
Thu May 24 02:51:06 UTC 2007


Author: pfrields

Update of /cvs/fedora/web/html/css
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27930

Modified Files:
	docbook.css 
Log Message:
Add styling for segmentedlist tables, such as those used in IG and
other modernized docs



Index: docbook.css
===================================================================
RCS file: /cvs/fedora/web/html/css/docbook.css,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- docbook.css	30 Mar 2005 17:47:22 -0000	1.1.1.1
+++ docbook.css	24 May 2007 02:51:04 -0000	1.2
@@ -75,4 +75,31 @@
         border: 1px solid #bbb;
         margin: 0.5em 2em;
 }
-                                                                                                     
+
+.segmentedlist {
+}
+.segmentedlist .title {
+	font-weight: bold;
+	margin-bottom: 0.5em;
+	margin-top: 1.5em;
+}
+.segmentedlist table {
+	border-collapse: collapse;
+	margin-bottom: 2em;
+}
+.segmentedlist tr {
+	border: 1px solid #22437f;
+}
+.segmentedlist tr.segtitle {
+        background: #33649f;
+	color: #fefefe;
+	font-weight: bold;
+}
+.segmentedlist th {
+	text-align: left;
+	padding: 0.5em 5em 0.5em 0.5em;
+}
+.segmentedlist td {
+	padding: 0.5em 5em 0.5em 0.5em;
+}
+




More information about the Fedora-websites-list mailing list