]> code.citadel.org Git - citadel.git/commitdiff
* Replaced background image with a background color (D8D8D8 grey)
authorArt Cancro <ajc@citadel.org>
Fri, 2 Feb 2007 04:10:35 +0000 (04:10 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 2 Feb 2007 04:10:35 +0000 (04:10 +0000)
* Window boxes now have rounded corners, thanks to NiftyCube (which we
  already use elsewhere).  For some reason it doesn't work in the
  Summary page, but it works everywhere else.  I don't know why.

webcit/static/beginbox.html
webcit/static/trailing.html
webcit/static/webcit.css

index 91d088dbfdbf592b5a383c47099b2d70fcf81ce1..e506b4a7615e083a7526a829d9f06ea70a2469bc 100644 (file)
@@ -1,5 +1,5 @@
 <! start beginbox.html>
 <div class="box">
-<div class="boxlabel"><?BOXTITLE></span></div>
+<div class="boxlabel"><?BOXTITLE></div>
 <div class="boxcontent">
 <! end beginbox.html>
index 59d96529117e7c8b5c926a7451b6bddfd8d2917e..0d0da4eae4c60c3d4a9503af5c366e09f836b242 100644 (file)
@@ -1,3 +1,6 @@
 <! start trailing.html>
+<script type="text/javascript">
+ Rounded("div.box", "small transparent top bottom");
+</script>
 </body>
 </html>
index 8ce0f7a685a8fcb13b1d8b765e0ede401ddefcf2..db447b396bced1d0d40f47d176f8332ea530739d 100644 (file)
@@ -8,7 +8,7 @@ body {
        padding: 0 0 0 0;
        height: 100%;
        overflow: auto;
-       background-image: url(/static/body-background.gif);
+       background-color: #D8D8D8;
        color: #000000;
        font-weight: normal;
        font-size: 10pt;