X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=stylesheets%2Fnd.css;h=9a7562d44b4d2b61df0173a55fbf76959ab3ac1f;hb=f6418c376095c30c7eda41c3408e4da0a0d83f15;hp=4e031f1c56214d629d38397ea657c75ee79ea790;hpb=8551be2ae42a4a4e7a425e2a71ead79c10bf9df4;p=ndwebbie.git diff --git a/stylesheets/nd.css b/stylesheets/nd.css index 4e031f1..9a7562d 100644 --- a/stylesheets/nd.css +++ b/stylesheets/nd.css @@ -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; +}