X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fccbs.css;h=b68d590791d423ac68ee4fd0aeaea9b895fa3f4c;hp=b4ef8ea777d844c342726f50e60b3a670e2b6fdc;hb=a6500d8a7d1a7fc0bd172373f1a670b8ee7ce92e;hpb=f24e4feebe4555e63b5c5df1090f1982fed89f58 diff --git a/html/ccbs.css b/html/ccbs.css index b4ef8ea..b68d590 100644 --- a/html/ccbs.css +++ b/html/ccbs.css @@ -73,6 +73,13 @@ a:visited { color: navy; } +.notpaid { + color: red; +} +p.button { + margin: 0; +} + /* IE sucks! */ tr.own td, tr.own th { border-top: 2px solid red; border-bottom: 2px solid red; } @@ -82,3 +89,14 @@ tr.own td, tr.own th { border-top: 2px solid red; border-bottom: 2px solid red; font-size: x-small; border-top: 1px solid gray; } + +.score { + border-right: 0px; +} +.playmode { + border-left: 0px; + border-right: 0px; +} +.difficulty { + border-left: 0px; +}