]> git.sesse.net Git - ccbs/blobdiff - html/ccbs.css
Add form (no backend yet) for registering new players.
[ccbs] / html / ccbs.css
index 64f57aa842c8286722b5fad061b5fa9a65409703..b68d590791d423ac68ee4fd0aeaea9b895fa3f4c 100644 (file)
@@ -76,6 +76,9 @@ a:visited {
 .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; }
@@ -86,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;
+}