diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-07-24 12:28:05 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-07-24 13:05:31 +0200 |
commit | 09c3f5f808581821729cd1de879e22b754a72934 (patch) | |
tree | 24f8cb7320d893e80afb2c7fa9f467660a3b8d24 /public/style.css | |
parent | 007b4d1ce6c868bb2ea631b00839c2a4dce7906e (diff) | |
download | server-09c3f5f808581821729cd1de879e22b754a72934.tar.gz |
Sort player names by role.
Diffstat (limited to 'public/style.css')
-rw-r--r-- | public/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/style.css b/public/style.css index 1f6fdf6..330e8f4 100644 --- a/public/style.css +++ b/public/style.css @@ -169,7 +169,7 @@ article hr + p { font-style: italic; } .game_main img { display: block; height: 72px; - margin: 4px 0; + margin: 4px 0 4px 4px; border: 1px solid black; } |