diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-12-20 17:06:04 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-12-20 17:44:01 +0100 |
commit | 1744ebf8de2e1974b7061247fdd8dd19b4d6c0f0 (patch) | |
tree | 06e0b7f73356d7440e76727d8e2dac512cfed47b /public | |
parent | 72be6e1b168472cf0f2643fe0ba3a09095220312 (diff) | |
download | server-1744ebf8de2e1974b7061247fdd8dd19b4d6c0f0.tar.gz |
Use ID instead of class for turn_info.
Diffstat (limited to 'public')
-rw-r--r-- | public/common/grid.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/common/grid.css b/public/common/grid.css index 83f8fa8..61edd18 100644 --- a/public/common/grid.css +++ b/public/common/grid.css @@ -97,7 +97,7 @@ html { overflow: clip; /* clip dropshadow from filter:grayscale() stacking context */ } -.turn_info { +#turn_info { padding: 8px 0px 8px 8px; border-bottom: 1px solid black; white-space: pre-line; |