]> ruin.nu Git - ndwebbie.git/blobdiff - default.css
cache graphs, and return not modified
[ndwebbie.git] / default.css
index 4e948f5caf7676f130f433a255ee755b4da990ca..3338aa9c7f4996ad71f08805550557e46a0b0e62 100644 (file)
@@ -1,9 +1,11 @@
-body {
-       padding-left: 15em;
-       /*padding-right: 12em;*/
-       font-family: sans-serif;
+body,html {
        color: black;
        background-color: #D9D9D9;
+       font-family: sans-serif;
+}
+#body {
+       padding-left: 15em;
+       /*padding-right: 12em;*/
 }
 #leftbar,#rightbar{
        padding: 0;
@@ -201,3 +203,9 @@ div.bbcode-quote,div.bbcode-code {
 div.bbcode-quote-head,div.bbcode-code-head {
        font-weight: bold;
 }
+
+fieldset.incluster {
+       border: solid;
+       border-width: 2px;
+       border-color: red;
+}