--- trunk/vhost/style.css 2009/04/22 13:20:49 1140 +++ trunk/vhost/style.css 2009/04/22 14:27:25 1141 @@ -39,23 +39,27 @@ float: left; } +#results ol { + float: left; + margin: 1em; +} + #results ol li { clear: left; margin-bottom: 1em; } -#results .pager { - clear: left; - float: left; - width: 100%; - text-align: center; +ul.pager { background: #eee; + padding: 0.5em; + margin: 0; + clear: both; } -#results .pager a, -#results .pager span { +ul.pager li { + list-style: none; + display: inline; width: 3em; - float: left; } .pager .current_page { @@ -66,17 +70,10 @@ 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 {