summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/battlemap/www/style.css')
-rw-r--r-- | src/battlemap/www/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/battlemap/www/style.css b/src/battlemap/www/style.css index 0454862..8476f24 100644 --- a/src/battlemap/www/style.css +++ b/src/battlemap/www/style.css @@ -36,10 +36,10 @@ overflow-y: auto; width: inherit; word-wrap: break-word; - padding-bottom: 1em; border-top: 1px solid #502D16; box-shadow: 0px -1px 2px #502D16; padding: 0.5em; + padding-bottom: 1em; } /*** Main View ****************************************************************/ @@ -148,7 +148,6 @@ .battlemap-characters-element { flex: 2; - padding: 1em; margin: 0.5em 0.5em 0 0.5em; text-align: center; background-color: #917C6f; |