diff options
Diffstat (limited to 'www/css/fms.css')
-rw-r--r-- | www/css/fms.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/css/fms.css b/www/css/fms.css index 247c31b..b774645 100644 --- a/www/css/fms.css +++ b/www/css/fms.css @@ -153,6 +153,19 @@ margin-top: 0em; } + div[data-role='content'] { + width: 90%; + margin: 20px auto; + background-color: rgba(255, 255, 255, 0.8); + } + + #around-page div[data-role='content'] { + margin: auto; + width: auto; + height: auto; + background-color: rgba(255, 255, 255, 0); + } + #existing div[data-role='content'] { background-color: white; } |