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 'themes/default/simple_structure.css')
-rw-r--r--themes/default/simple_structure.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/themes/default/simple_structure.css b/themes/default/simple_structure.css
index c3dca9ea4e..1fdca428f6 100644
--- a/themes/default/simple_structure.css
+++ b/themes/default/simple_structure.css
@@ -8,7 +8,6 @@ html { background: #eee; }
margin:auto;
margin-top: 30px;
-moz-border-radius: 12px;
- -khtml-border-radius: 12px;
-webkit-border-radius: 12px;
}
#h1 {
@@ -27,7 +26,7 @@ html { background: #eee; }
}
p, dt {
line-height: 120%;
- padding-bottom: 2px;
+ padding-bottom: 1em;
margin:10;
}
a { color: #006; }
@@ -37,7 +36,6 @@ a { color: #006; }
padding: 5px 7px 7px;
border: 1px solid #a3a3a3;
-moz-border-radius: 3px;
- -khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #246;
@@ -75,3 +73,7 @@ a { color: #006; }
border:0;
vertical-align:bottom;
}
+.warning, .error {
+ -moz-border-radius:4px;
+ -webkit-border-radius:4px;
+} \ No newline at end of file