projects
/
ccbs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove/hide some borders between the score/playmode/difficulty settings.
[ccbs]
/
html
/
ccbs.css
diff --git
a/html/ccbs.css
b/html/ccbs.css
index
3a8c4b0
..
b68d590
100644
(file)
--- a/
html/ccbs.css
+++ b/
html/ccbs.css
@@
-90,6
+90,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;
}