]> code.citadel.org Git - citadel.git/commitdiff
fix IE5 CSS bug : center login bloc
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Tue, 8 May 2007 19:33:00 +0000 (19:33 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Tue, 8 May 2007 19:33:00 +0000 (19:33 +0000)
webcit/static/webcit.css

index 942b874e745d8dc86c36fbdcb9599857fcbbf75f..e2a6747e199f5461792a3446471f34c5b9d00d45 100644 (file)
@@ -13,6 +13,7 @@ body {
        font-weight: normal;
        font-size: 10pt;
        font-family: sans-serif;
+       text-align: center;
 }
 
 #iconbar {
@@ -23,6 +24,7 @@ body {
        width: 15%;
        /* height:100%; */
        background: #ffffee;
+        text-align: left;
 }
 
 * html #iconbar {
@@ -55,6 +57,7 @@ body {
        width: 85%;
        height: 15%;
        background: #445;
+        text-align: left;
 }
 
 * html #banner {
@@ -217,6 +220,7 @@ li.start_page {
        height: 84%;
        overflow: auto;
        /* overflow-x: hidden; */
+        text-align: left;
 }
 
 * html #content {