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 21:51:08 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-03 21:51:08 +0400
commit2daed0557fab4a801d237205797009dc99125bdd (patch)
tree3f41d87bc5dc1b06aca220701c41292d0e1073fd /tests/resources/overlay-test-site/page-1.html
parent2b68a86f672e6611dce2846d21c22f76338693a2 (diff)
Trying to fix Overlay UI tests (change font in test site to Arial).
Diffstat (limited to 'tests/resources/overlay-test-site/page-1.html')
-rw-r--r--tests/resources/overlay-test-site/page-1.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/resources/overlay-test-site/page-1.html b/tests/resources/overlay-test-site/page-1.html
index 322d053d67..7cb2981670 100644
--- a/tests/resources/overlay-test-site/page-1.html
+++ b/tests/resources/overlay-test-site/page-1.html
@@ -9,6 +9,12 @@
<!-- Bootstrap -->
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
+ <style>
+ * {
+ font-family: Arial !important;
+ }
+ </style>
+
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>