]> code.citadel.org Git - citadel.git/commitdiff
CSS : change overflow attribute none to hidden
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Thu, 10 May 2007 06:04:43 +0000 (06:04 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Thu, 10 May 2007 06:04:43 +0000 (06:04 +0000)
webcit/static/webcit.css

index e2a6747e199f5461792a3446471f34c5b9d00d45..cc72e8fd880347c1cff8f460d5955c79e0207c57 100644 (file)
@@ -241,7 +241,7 @@ li.start_page {
        left: 15%;
        width: 85%;
        height: 5%;
-       overflow: none;
+       overflow: hidden;
        font-style: italic;
        text-align: left;
 }
@@ -253,7 +253,7 @@ li.start_page {
        left: 15%;
        width: 85%;
        height: 5%;
-       overflow: none;
+       overflow: hidden;
        font-style: italic;
        text-align: left;
 }
@@ -287,7 +287,7 @@ li.start_page {
        left: 15%;
        width: 85%;
        height: 1%;
-       overflow: none;
+       overflow: hidden;
        cursor: s-resize;
        background-color: #cccccc;
 }
@@ -299,7 +299,7 @@ li.start_page {
        left: 15%;
        width: 85%;
        height: 1%;
-       overflow: none;
+       overflow: hidden;
        cursor: s-resize;
 }