fixed relative path issues for the jquery mobile website, and made a small tweak to the qunit css

This commit is contained in:
John Bender 2011-06-26 15:35:33 -07:00
parent 7575f35fa1
commit 32f5b226d7
2 changed files with 2 additions and 3 deletions

1
external/qunit.css vendored
View file

@ -65,7 +65,6 @@
#qunit-tests {
list-style-position: inside;
margin-bottom: 8px;
}
#qunit-tests li {

View file

@ -10,10 +10,10 @@
<ol id="qunit-tests">
</ol>
</div>
<iframe data-src="/tests/unit/{{testdir}}" name="testFrame" id="testFrame" width="800px" height="100%" style="float: left; border: 0px;" scrolling="no">
<iframe data-src="../../tests/unit/{{testdir}}" name="testFrame" id="testFrame" width="800px" height="100%" style="float: left; border: 0px;" scrolling="no">
</iframe>
<link rel="stylesheet" href="../../external/qunit.css"></link>
<script src="/js/jquery.js"></script>
<script src="../../js/jquery.js"></script>
<script src="../../external/qunit.js"></script>
<script type="text/javascript">
window.testDirectories = [