| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-06-18 16:39:52 +0200 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-06-18 16:39:52 +0200 | 
| commit | 0f7844c09e8e8e0a8d907992ec9597e18f51a41f (patch) | |
| tree | a9e32c22c3032865a4aa6162a8a8d7c3321773d2 /src/battlemap | |
| parent | 4fa7ee15da7f1dea6eaa0150a35b75a853b2c46d (diff) | |
Re-sizable battlemap div, +4 tiles.
Diffstat (limited to 'src/battlemap')
| -rw-r--r-- | src/battlemap/www/style.css | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/battlemap/www/style.css b/src/battlemap/www/style.css index 26803d7..fc93e8d 100644 --- a/src/battlemap/www/style.css +++ b/src/battlemap/www/style.css @@ -59,6 +59,7 @@     overflow: scroll;     margin: auto; +   resize: both;     border: 3px solid #502D16;     border-radius: 15px; | 


