docs-common/css fedora-draft.css,1.8,1.9 fedora-plain.css,1.7,1.8

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Fri Mar 9 01:02:02 UTC 2007


Author: pfrields

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

Modified Files:
	fedora-draft.css fedora-plain.css 
Log Message:
Leave more spacing around table, and style title appropriately


Index: fedora-draft.css
===================================================================
RCS file: /cvs/docs/docs-common/css/fedora-draft.css,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- fedora-draft.css	5 Mar 2007 01:47:16 -0000	1.8
+++ fedora-draft.css	9 Mar 2007 01:01:59 -0000	1.9
@@ -86,8 +86,14 @@
 
 .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;
@@ -99,10 +105,10 @@
 }
 .segmentedlist th {
 	text-align: left;
-	padding: 0.2em 5em 0.2em 0.5em;
+	padding: 0.5em 5em 0.5em 0.5em;
 }
 .segmentedlist td {
-	padding: 0.2em 5em 0.2em 0.5em;
+	padding: 0.5em 5em 0.5em 0.5em;
 }
 
 hr {


Index: fedora-plain.css
===================================================================
RCS file: /cvs/docs/docs-common/css/fedora-plain.css,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fedora-plain.css	5 Mar 2007 01:47:16 -0000	1.7
+++ fedora-plain.css	9 Mar 2007 01:01:59 -0000	1.8
@@ -84,8 +84,14 @@
 
 .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;
@@ -97,10 +103,10 @@
 }
 .segmentedlist th {
 	text-align: left;
-	padding: 0.2em 5em 0.2em 0.5em;
+	padding: 0.5em 5em 0.5em 0.5em;
 }
 .segmentedlist td {
-	padding: 0.2em 5em 0.2em 0.5em;
+	padding: 0.5em 5em 0.5em 0.5em;
 }
 
 hr {




More information about the Fedora-docs-commits mailing list