Author: ricky
Update of /cvs/fedora/web/wiki/kindofblue/css
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1050/css
Modified Files:
screen.css
Log Message:
Make HTML valid, replace footer table with floats.
Index: screen.css
===================================================================
RCS file: /cvs/fedora/web/wiki/kindofblue/css/screen.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- screen.css 7 Oct 2007 13:41:39 -0000 1.3
+++ screen.css 20 Oct 2007 17:31:43 -0000 1.4
@@ -524,17 +524,6 @@
clear: both;
}
-#footer .left {
- line-height: 1.45em;
- float: left;
- clear: left;
-}
-
-#footer .right {
- text-align: right;
- line-height: 1.45em;
-}
-
#footer a {
color: white;
background-color: transparent;
@@ -550,7 +539,6 @@
/* Credits*/
#credits, #version, #timings{
- margin: 5px 10px;
padding: 0;
text-align: right;
font-size: 0.88em;
@@ -815,3 +803,20 @@
content: "";
}
+#footer
+{
+ overflow: auto;
+ padding: 0 1ex;
+}
+
+.pageinfo
+{
+ width: 50%;
+ float: left;
+}
+
+.credits
+{
+ width: 50%;
+ float: right;
+}