css tweaks for harness pages. no bug

This commit is contained in:
sayrer@gmail.com 2007-04-22 12:34:39 -07:00
Родитель 9a93ae1b49
Коммит dd7bd738e0
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -56,7 +56,7 @@
</script>
<vbox>
<button label="Run Chrome Tests" id="runtests" />
<body xmlns="http://www.w3.org/1999/xhtml">
<body xmlns="http://www.w3.org/1999/xhtml" id="xulharness">
<div class="container">
<p style="float:right;">
<small>Based on the MochiKit unit tests.</small>

Просмотреть файл

@ -4,6 +4,9 @@ body {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
background-color: #fff;
}
#xulharness {
position: fixed;
top: 30px;
bottom: 0;