Update of /var/cvs/html/mmbase/admin/css
In directory james.mmbase.org:/tmp/cvs-serv16716

Modified Files:
        admin.css 
Log Message:
ie6 compat. issues


See also: http://cvs.mmbase.org/viewcvs/html/mmbase/admin/css


Index: admin.css
===================================================================
RCS file: /var/cvs/html/mmbase/admin/css/admin.css,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- admin.css   26 Mar 2008 09:46:15 -0000      1.19
+++ admin.css   13 Jun 2008 11:51:10 -0000      1.20
@@ -8,9 +8,6 @@
     font-size: small;
     background: #fff;
     font-family: "Lucida Grande", Arial, sans-serif;
-    margin-left: auto;
-    margin-right: auto;
-    max-width: 1200px;
 }
 
 a:link { color: #030; }
@@ -65,7 +62,11 @@
 
 #head p { margin: 0 0 0 1em; }
 #head a:link, #head a:visited { color: #fff; }
-#wrap { margin: 0 auto 0 auto; }
+#wrap
+{
+       margin: 0 auto 0 auto;
+       max-width: 1200px;
+}
 
 #content
 {
@@ -137,7 +138,7 @@
     border-bottom: 1px solid #002828;
     background-color: #E6E9DD;
     color: #002828;
-    width: 100%;
+    width: auto;
     font-weight: bold;
     text-transform: uppercase;
     text-decoration: none;
@@ -162,7 +163,7 @@
        border-bottom: 1px solid #002828;
        background-color: #efefef;
        color: #002828;
-       width: 100%;
+       width: auto;
        font-weight: normal;
        text-transform: none;
        text-decoration: none;
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to