--- trunk/vhost/style.css 2009/04/25 22:07:59 1171 +++ trunk/vhost/style.css 2009/04/29 18:06:19 1177 @@ -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; } @@ -54,7 +57,7 @@ #results ol { float: left; - margin: 1em; + margin-right: 2em; } #results ol li { @@ -62,6 +65,10 @@ margin-bottom: 1em; } +#results li.z { + background: #eee; +} + ul.pager { background: #eee; padding: 0.5em;