summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-03 09:49:19 +0200 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-03 09:49:19 +0200 |
commit | 8491cfd0974f0e12ad914b0cc618550b7fdfcb73 (patch) | |
tree | cfde8475be04183cf0b11b49faa2eb5b180d65c7 /src/map-editor/www | |
parent | 468809139d2f92f8160fe56bac70cbff6a22e8bc (diff) |
Okay, now it works.
It's still not looking good, though.
Diffstat (limited to 'src/map-editor/www')
-rw-r--r-- | src/map-editor/www/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map-editor/www/style.css b/src/map-editor/www/style.css index 2d4d958..b286a10 100644 --- a/src/map-editor/www/style.css +++ b/src/map-editor/www/style.css @@ -365,7 +365,7 @@ .map-tile-icon {z-index: 0; position: absolute; background-size: 400%;} -.map-tile {background-size: 300%;} +.map-tile {background-size: 400%;} .map-tabmenu-tiles-tab { |