| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-04-16 14:50:58 +0200 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-04-16 14:50:58 +0200 | 
| commit | 25b3cae5f297c9fd9e5ea9e6368006f2d74a61c3 (patch) | |
| tree | f24e0306e2f8e17f5cff6c80fd0b4e934e654978 /src/battlemap/www/style.css | |
| parent | 4029aa799a5a3fcb392422f44ef2d08357fb128a (diff) | |
Adds a button for attack without moving.
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; | 


