aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJez Ng2012-10-29 20:19:55 -0400
committerJez Ng2012-10-29 23:50:59 -0400
commit4a60e71d186349d82384aa4f59841d458c42213e (patch)
tree7870ef557a32b58339f891690049e8174028dc17 /tests
parentaeb455a577c0a20684f357ff737203b5cb419cd4 (diff)
downloadvimium-4a60e71d186349d82384aa4f59841d458c42213e.tar.bz2
Move a bunch of stuff under pages/ for tidiness.
Also correct a bug with the show / hide advanced commands button.
Diffstat (limited to 'tests')
-rw-r--r--tests/dom_tests/dom_tests.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dom_tests/dom_tests.html b/tests/dom_tests/dom_tests.html
index 898546dc..feddafac 100644
--- a/tests/dom_tests/dom_tests.html
+++ b/tests/dom_tests/dom_tests.html
@@ -26,7 +26,7 @@
border-bottom: dashed 1px #999;
}
</style>
- <link rel="stylesheet" type="text/css" href="../../vimium.css" />
+ <link rel="stylesheet" type="text/css" href="../../content_scripts/vimium.css" />
<script type="text/javascript" src="bind.js"></script>
<script type="text/javascript" src="chrome.js"></script>
<script type="text/javascript" src="../../lib/utils.js"></script>