]> code.citadel.org Git - citadel.git/commitdiff
*** empty log message ***
authorArt Cancro <ajc@citadel.org>
Thu, 15 Sep 2005 20:45:48 +0000 (20:45 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 15 Sep 2005 20:45:48 +0000 (20:45 +0000)
webcit/static/webcit.css

index 077b4ae3fb4c9ad62d8d99061e38bd9b11f6abae..cd3d66f4c3d34cee8a83aca4c7c510f48b6213f5 100644 (file)
@@ -98,7 +98,7 @@ body {
        top: 15%;
        left: 15%;
        width: 85%;
-       height: 20%;
+       height: 25%;
        overflow: auto;
 }
 
@@ -108,27 +108,27 @@ body {
        top: 15%;
        left: 15%;
        width: 85%;
-       height: 20%;
+       height: 25%;
        overflow: auto;
 }
 
 #preview_pane {
        position:fixed;
        display:block;
-       top: 35%;
+       top: 40%;
        left: 15%;
        width: 85%;
-       height: 65%;
+       height: 60%;
        overflow: auto;
 }
 
 * html #preview_pane {
        position:absolute;
        display:block;
-       top: 35%;
+       top: 40%;
        left: 15%;
        width: 85%;
-       height: 65%;
+       height: 60%;
        overflow: auto;
 }