]> git.sesse.net Git - ccbs/blobdiff - html/ccbs.css
Shape text using Pango and HarfBuzz; gives us nice ligatures and exotic scripts.
[ccbs] / html / ccbs.css
index 3a8c4b08eb4ffa009a078b292c9cea6ea19c7980..2d01d88a908957f2b5601ae0f30059d63f472965 100644 (file)
@@ -65,6 +65,7 @@ th { background-color: rgb(128,229,128); }
 tr.even td { background-color: #ffa; }
 tr.total { border-top: 2px solid black; }
 tr.own { border: 2px solid red; }
+td.empty { border: 0px; }
 
 a:link, a:hover, th a:link, th a:visited, th a:hover {
        color: blue;
@@ -90,6 +91,13 @@ tr.own td, tr.own th { border-top: 2px solid red; border-bottom: 2px solid red;
        border-top: 1px solid gray;
 }
 
-.nowrap {
-       white-space: nowrap;
+.score {
+       border-right: 0px;
+}
+.playmode {
+       border-left: 0px;
+       border-right: 0px;
+}
+.difficulty {
+       border-left: 0px;
 }