X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=root%2Fstatic%2Fdefault.css;h=c6a364b8f025f6fd41bb6da36d59db4f813c3860;hb=9fae09d27e069fafcc411d1bb2f3df60055056a7;hp=9e79ac1d604dfaf28a4255ec8184a07cc9343797;hpb=2c69d5fa71e2b4ddf7c9f5fa1880a9c69f70e43a;p=ndwebbie.git diff --git a/root/static/default.css b/root/static/default.css index 9e79ac1..c6a364b 100644 --- a/root/static/default.css +++ b/root/static/default.css @@ -165,10 +165,18 @@ td.NAP a{ background: blue; } -td.OLD{ +td.old{ background: red; color: black; } +td.semiold{ + background: yellow; + color: black; +} +td.new{ + background: green; + color: black; +} table.old{ border: outset 1pt; border-collapse: separate;