summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-06-28 11:07:08 +0200 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-06-28 11:07:08 +0200 |
commit | fb4ccc4fbf6535376b0ef2a98c98fcfb68fd9422 (patch) | |
tree | cc786d49ce5f2cf5f7471847fe47a960c2fd012e /src/global/www/style.css | |
parent | e6131bc44d479f4aef844a86580244bd683a0c4b (diff) |
Removing some 'grid' displays from the CSS.
Diffstat (limited to 'src/global/www/style.css')
-rw-r--r-- | src/global/www/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/global/www/style.css b/src/global/www/style.css index 7fbdf0d..2baaa2a 100644 --- a/src/global/www/style.css +++ b/src/global/www/style.css @@ -14,6 +14,7 @@ html, body, .fullscreen-module } * { + box-sizing: border-box; color: #FFEEAA; text-shadow: 1px 0px 1px rgba(80, 45, 22, 0.5), |