This commit is contained in:
jruderman@hmc.edu 2008-03-26 21:06:24 -07:00
Родитель cf7bed7957
Коммит bd3efa0fce
2 изменённых файлов: 32 добавлений и 0 удалений

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

@ -0,0 +1,31 @@
<!DOCTYPE html>
<html>
<head>
<style>
#colset {
-moz-column-count: 2;
-moz-column-gap: 0;
border: 2px solid black;
height: 12em;
}
#b {
margin: 10em 0pt;
}
#i {
margin: 12em 0pt;
float: left;
-moz-appearance: radio-small;
}
</style>
</head>
<body onload="document.getElementById('i').style.padding = '1em 0';">
<div id="colset"><br id="b"><div id="i"></div></div>
</body>
</html>

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

@ -98,6 +98,7 @@ load 399407-1.xhtml
load 399843-1.html
load 400223-1.html
load 400232-1.html
load 400244-1.html
load 403576-1.html
load 404140-1.html
load 404146-1.html