summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-11-30 21:49:45 +0100 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-11-30 21:49:45 +0100 |
commit | 641c0799818c0af584a240c8e6fbbfa9770f5290 (patch) | |
tree | 6b289ca9ebb0c9cbe68ca6f0b86176b8bdfde46d /src/global/www/style.css | |
parent | 4a2976d634040f16fd85262f4fbf7b97e4dec36c (diff) |
Still improving the look of the GUI.
Diffstat (limited to 'src/global/www/style.css')
-rw-r--r-- | src/global/www/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/global/www/style.css b/src/global/www/style.css index f0cfb6a..9bffa0b 100644 --- a/src/global/www/style.css +++ b/src/global/www/style.css @@ -1,5 +1,7 @@ html { + min-width: 800px; + min-height: 600px; height: 100%; } |