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:
authorFabian Becker <halfdan@xnorfz.de>2013-02-26 03:02:33 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-02-26 03:02:33 +0400
commit0802216f8c07070fe50e60df1e2ce32c3088f3bc (patch)
tree3aa88aae47e32724e8b22b9a9b5d542093f563d6 /themes
parentb7d1318e05751aa6e1d1c071f1e585736e566a36 (diff)
ie-hide rule is useful for all of Piwik
Diffstat (limited to 'themes')
-rw-r--r--themes/default/common.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/default/common.css b/themes/default/common.css
index fb4af2c3d3..192fc0203a 100644
--- a/themes/default/common.css
+++ b/themes/default/common.css
@@ -28,6 +28,12 @@ blockquote,q {
label {
cursor:pointer;
}
+
+/* IE < 9 will use this */
+html.old-ie .ie-hide {
+ display: none;
+}
+
/* remember to define focus styles! */
:focus {
outline: 0;