--- trunk/vhost/style.css 2009/04/24 16:58:10 1150 +++ trunk/vhost/style.css 2009/04/29 18:06:15 1176 @@ -62,6 +62,10 @@ margin-bottom: 1em; } +#results li.z { + background: #eee; +} + ul.pager { background: #eee; padding: 0.5em; @@ -75,18 +79,23 @@ width: 3em; } -.pager .current_page { +ul.pager li.skip { + color: #888; +} + +ul.pager li.current_page { font-weight: bold; + color: #000; } -.pager .skip { - color: #888; +.dump { + background-color: #efe; + clear: both; } -pre { - border-top: 1px solid #888; - clear: left; - background-color: #eee; +div.dump > pre { + background-color: #eef; + margin: 0; } .error {