This commit is contained in:
roc+@cs.cmu.edu 2008-01-09 19:20:11 -08:00
Родитель fcd171df95
Коммит 46e7c9c4b7
2 изменённых файлов: 29 добавлений и 0 удалений

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

@ -0,0 +1,28 @@
<html>
<head>
<style>
.colset {
-moz-column-count: 2;
-moz-column-width: 50px;
float: left;
border: 2px solid black;
height: 10em;
font: 12px monospace;
}
#t {
display: inline-block;
background: lightgreen;
height: 7em;
width: 29px;
}
</style>
</head>
<body onload="document.getElementById('t').style.width = '30px';">
<div class="colset">The quick <span><div id="t"></div>brown</span></div>
</body></html>

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

@ -81,6 +81,7 @@ load 397852-1.xhtml
load 398181-1.html
load 398181-2.html
load 400232-1.html
load 404146-1.html
load 404204-1.html
load 406380.html
load 407009-1.xhtml