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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-03-03 14:55:23 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-03 14:55:23 +0400
commit8e0c4a816ccaf5cb6a78e80d3d02dd01eb67d76c (patch)
treee1858fd2cf0d89f5d4a229b47406c2e1b23d789b /tests/resources
parent47c81da82bd5cfa589ad23e5d66a6bdf3d025184 (diff)
Fixing Login tests (use Arial for 'Analytics' text) and more travis debugging.
Diffstat (limited to 'tests/resources')
-rw-r--r--tests/resources/screenshot-override/override.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/resources/screenshot-override/override.css b/tests/resources/screenshot-override/override.css
index 899bfdb696..1a3bede665 100644
--- a/tests/resources/screenshot-override/override.css
+++ b/tests/resources/screenshot-override/override.css
@@ -32,4 +32,8 @@ body > .widget {
/* Verdana does not have the down arrow U+2193 */
.dashboard-manager .addWidget, .dashboard-manager .manageDashboard {
font-family: Arial !important;
+}
+
+#logo .description a {
+ font-family: Arial !important;
} \ No newline at end of file