*** empty log message ***
authorArt Cancro <ajc@citadel.org>
Fri, 14 Jan 2005 04:06:35 +0000 (04:06 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 14 Jan 2005 04:06:35 +0000 (04:06 +0000)
webcit/static/head.html

index e000b348df67abbfc69190fa346307151f61cb59..5f18ab10890a8d6140e5735b4c117847f9df98cb 100644 (file)
@@ -68,15 +68,14 @@ body {
        background: #444455;
 }
 
-#text {
+#content {
        display: block;
        margin-top: 78px;
        margin-left: 75px;
        width: 90%;     <!-- proper browsers -->
 }
 
-* html #text {
-       margin-top: 78px;
+* html #content {
        width: 88%;     <!-- IE scrollbar bug -->
 }