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

Karsten Wade (kwade) fedora-websites-list at redhat.com
Wed Mar 28 15:31:15 UTC 2007


Author: kwade

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

Modified Files:
	layout.css 
Log Message:
almost ready to convert this to the main page, new look


Index: layout.css
===================================================================
RCS file: /cvs/fedora/web/html/css/layout.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- layout.css	18 Oct 2006 02:45:40 -0000	1.2
+++ layout.css	28 Mar 2007 15:31:13 -0000	1.3
@@ -337,3 +337,35 @@
 #fedora-printable a:hover {
 	text-decoration: underline;
 }
+
+div.display-table table {
+	width: 75%;
+	border-style: none;
+	color: #000000;
+	/* padding inside table area */
+	padding: 0.5em;
+	margin-bottom: 0.5em;
+	margin-top: 0.5em;
+}
+
+.display-table-cell-shaded {
+	background-color: #CCCCCC;
+	color: #000000;
+        width: 67%;
+        vertical-align: top;
+	padding: 0.5em;
+	margin-bottom: 0.5em;
+	margin-top: 2px; 
+}
+
+.display-table-cell-boxed {
+	border: 1px solid #999999; 
+        border-right-style: none;
+	background-color: #FFFFFF;
+	color: #000000;
+        width: 33%;
+        vertical-align: top;
+	padding: 0.5em;
+	margin-bottom: 0.5em;
+	margin-top: 2px; 
+}




More information about the Fedora-websites-list mailing list