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:
authormattab <matthieu.aubry@gmail.com>2013-11-19 10:17:51 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-19 10:17:51 +0400
commit673820d3c61a5ffa5fd79cbbf1ed3ea5c75dae29 (patch)
treead1636333d405dbbabc83f350c7418fb93c72e20 /tests/resources
parent8a3858e6eba09cde12fc116205ebe3aeea4d2b72 (diff)
hide plugin versions when taking screenshots
Diffstat (limited to 'tests/resources')
-rw-r--r--tests/resources/screenshot-override/override.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/resources/screenshot-override/override.css b/tests/resources/screenshot-override/override.css
index 3bc70df7e4..5dabbc5d7d 100644
--- a/tests/resources/screenshot-override/override.css
+++ b/tests/resources/screenshot-override/override.css
@@ -8,4 +8,7 @@
.visitor-profile-important-visits>div>div>p:first-child>span {
display:none;
+}
+tr .vers {
+ visibility:hidden;
} \ No newline at end of file