--- trunk/vhost/style.css 2009/04/29 18:06:15 1176 +++ trunk/vhost/style.css 2009/04/29 18:10:45 1178 @@ -22,8 +22,13 @@ font-size: 80%; } +a.skip { + float: right; + color: #aaa; +} + form { - margin: 2em; + margin-top: 2em; } form label, @@ -41,9 +46,7 @@ } #results { - clear: left; - float: left; - margin: 1em; + margin-top: 2em; border: 1px solid #eee; } @@ -53,12 +56,11 @@ } #results ol { - float: left; - margin: 1em; + margin-right: 2em; + margin-bottom: 2em; } #results ol li { - clear: left; margin-bottom: 1em; }