]> ruin.nu Git - ndwebbie.git/blobdiff - stylesheets/nd.css
mailing
[ndwebbie.git] / stylesheets / nd.css
index 4e031f1c56214d629d38397ea657c75ee79ea790..9a7562d44b4d2b61df0173a55fbf76959ab3ac1f 100644 (file)
@@ -1,23 +1,8 @@
 body {
-       padding-left: 15em;
-       /*padding-right: 12em;*/
        font-family: sans-serif;
        color: black;
        background-color: #D9D9D9;
 }
-#leftbar,#rightbar{
-       padding: 0;
-       margin: 0;
-       position: absolute;
-       width: 14em;
-       top: 1em;
-}
-#leftbar{
-       left: 1em;
-}
-#rightbar{
-       right: 1em;
-}
 
 legend {
        color: black;
@@ -185,3 +170,9 @@ td.HighestPrio{
        background: green;
        color: black;
 }
+span.newposts,span.unreadposts {
+       font-weight: bold;
+}
+span.newposts {
+       color: red;
+}