diff options
Diffstat (limited to 'war')
-rw-r--r-- | war/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/war/style.css b/war/style.css index a7822e3..6830118 100644 --- a/war/style.css +++ b/war/style.css @@ -33,3 +33,14 @@ table.score-table { table.score-table td { padding: 5px 5px 5px 5px; } + +.score-group { + border: 1px solid gray; + padding: 2px 2px 2px 2px; + margin-left: 5px; margin-right: 5px; + background-color: #eee; +} +.score-entry { + min-width: 2em; + display: inline-block; +} |