diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-07-08 00:53:40 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-07-08 11:42:33 +0200 |
commit | 8677280df35ec553da2583162a3ddf3a6da0bdf5 (patch) | |
tree | a1cf781a5e8aca8c17d73eb8b831f71dbc778f23 /play.css | |
parent | 0d0cf16d1273a3906b5d6a415d026fcb95d9bfff (diff) | |
download | time-of-crisis-8677280df35ec553da2583162a3ddf3a6da0bdf5.tar.gz |
Borders.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -634,6 +634,8 @@ body.shift .zenobia { background-image: url(images/rival_back.png) } background-color: #444; max-width: min(calc(100% - 30px), 1636px); margin: 12px auto 36px auto; + box-shadow: 1px 2px 6px #0004; + border: 1px solid #0008; } .panel_header { @@ -642,6 +644,7 @@ body.shift .zenobia { background-image: url(images/rival_back.png) } font-weight: bold; text-align: center; padding: 3px 1em; + border-bottom: 1px solid #0008; } .panel_body { |