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
path: root/themes
diff options
context:
space:
mode:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-11-01 18:49:21 +0300
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-11-01 18:49:21 +0300
commitc31b907f978a1309156685afc2c25ca2cc85f001 (patch)
tree0c32c0eb8cb852c9e2210f66220d7ff3f3696bdd /themes
parent70546a42c56b263699dbe5e7947f16c265e4aa9c (diff)
refs #946 - fix css errors
Diffstat (limited to 'themes')
-rw-r--r--themes/default/common.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/common.css b/themes/default/common.css
index c278d4c785..b5dcc24084 100644
--- a/themes/default/common.css
+++ b/themes/default/common.css
@@ -128,7 +128,7 @@ a {
margin-bottom: 0px;
}
#tooltip h3 {
- font-weight:none;
+ font-weight: normal;
font-size:1em;
color:#162540;
margin:0;
@@ -143,7 +143,7 @@ a {
opacity:0.95;
}
.tableForm {
- cellspacing:0;
+ border-spacing:0;
}
.tableForm td {
border-color:#FFF #C6CDD8 #C6CDD8 #C6CDD8;