--- trunk/vhost/style.css 2009/04/22 12:51:23 1139 +++ trunk/vhost/style.css 2009/04/22 13:20:49 1140 @@ -30,6 +30,8 @@ #results { clear: left; float: left; + margin: 1em; + border: 1px solid #eee; } #results label { @@ -44,7 +46,10 @@ #results .pager { clear: left; + float: left; + width: 100%; text-align: center; + background: #eee; } #results .pager a, @@ -61,10 +66,17 @@ color: #888; } +#results ol { + float: left; + margin-top: 1em; + margin-bottom: 1em; +} + pre { border-top: 1px solid #888; clear: left; background-color: #eee; + display: none; } .error { @@ -76,5 +88,4 @@ background-color: #ffc; color: #000; padding: 0.5em; - margin: 0.5em; }