Skip to content

Commit 3b67bef

Browse files
Tweak the test output CSS so it looks slightly less awful in IE6.
1 parent 477b61a commit 3b67bef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test.new/views/layout.erb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
white-space: -o-pre-wrap; /* Opera 7 */
3030
word-wrap: break-word; /* Internet Explorer 5.5+ */
3131
}
32+
33+
#mocha .suite h1,
34+
#mocha li.test {
35+
clear: both;
36+
}
3237
</style>
3338

3439
<script src="/prototype.js" type="text/javascript"></script>

0 commit comments

Comments
 (0)