Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Morpheus/stylesheets/simple_structure.css')
-rw-r--r--plugins/Morpheus/stylesheets/simple_structure.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/Morpheus/stylesheets/simple_structure.css b/plugins/Morpheus/stylesheets/simple_structure.css
index b55fed8ab7..4e204a4218 100644
--- a/plugins/Morpheus/stylesheets/simple_structure.css
+++ b/plugins/Morpheus/stylesheets/simple_structure.css
@@ -4,12 +4,14 @@ body {
}
body#simple {
background: #fff;
+ margin: 0;
}
#simple .logo {
color: #888;
text-align: center;
font-size: 12px;
- margin-top: 30px;
+ background-color: #37474f !important;
+ padding: 15px 0;
}
#simple .logo a {
color: #888;