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 13:50:36 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-03 13:50:36 +0400
commit47c81da82bd5cfa589ad23e5d66a6bdf3d025184 (patch)
tree68bbbf70b6ac171ab5b56aef8e9ee2adc7a5dfde /tests/resources
parentc9fc830bfeca832b5088024f97c4c14a9abdab09 (diff)
Fixing some tests, removing some travis debugging code & adding other travis debugging code.
Diffstat (limited to 'tests/resources')
-rw-r--r--tests/resources/screenshot-override/override.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/resources/screenshot-override/override.css b/tests/resources/screenshot-override/override.css
index 3e8b410d61..899bfdb696 100644
--- a/tests/resources/screenshot-override/override.css
+++ b/tests/resources/screenshot-override/override.css
@@ -27,4 +27,9 @@ body > .widget {
.ui-dialog-content {
overflow-y: hidden !important;
+}
+
+/* Verdana does not have the down arrow U+2193 */
+.dashboard-manager .addWidget, .dashboard-manager .manageDashboard {
+ font-family: Arial !important;
} \ No newline at end of file