summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-06-26 11:55:50 +0200 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-06-26 11:55:50 +0200 |
commit | c37daee5b4131ffa75ca976ae0a9ba879cadf5b2 (patch) | |
tree | 828125b0013b9354a410d4336dd4860b3cffa9c4 /src/global | |
parent | 62c8d54d4a9ec05efd826bad461d8b0771496e8e (diff) |
Visual improvements, some CSS cleanups.
Diffstat (limited to 'src/global')
-rw-r--r-- | src/global/www/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/global/www/style.css b/src/global/www/style.css index 7782f05..7fbdf0d 100644 --- a/src/global/www/style.css +++ b/src/global/www/style.css @@ -7,6 +7,12 @@ html color: #FFEEAA; } +html, body, .fullscreen-module +{ + min-width: 800px; + min-height: 600px; +} + * { color: #FFEEAA; text-shadow: |