X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=default.css;h=c6ec1d82f9555401f2c71141e4b6519d81832921;hb=1081d53928a6f154e7387b2b88f270b7b1cefcb7;hp=5beb2b682fabb187498cd9d6b978ee6ac2b3ff0e;hpb=b9ef107dd273c96b9cc10214de41323b5d0925a5;p=ndwebbie.git diff --git a/default.css b/default.css index 5beb2b6..c6ec1d8 100644 --- a/default.css +++ b/default.css @@ -47,13 +47,15 @@ table.boards th { font-size: larger; } -table.boards a { +table.boards a, table.stats a { text-decoration: none; width: 100%; display: block; } fieldset.forum-post { + clear: both; width: 40em; + padding: 5px; } fieldset.forum-post legend b { font-size: larger; @@ -62,6 +64,11 @@ div.leftinfo{ float: left; padding-right: 2em; } + +fieldset { + display: block; + clear: left; +} p.claimlinks{ clear: both; } @@ -187,6 +194,10 @@ td.MediumPrio{ background: yellow; color: black; } +td.MediumPrio a{ + background: yellow; + color: black; +} td.HighestPrio{ background: green; color: black;