X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=vhost%2Fstyle.css;h=dd432081ef6ae16ecb8f4d82bdfe781884059c19;hb=f4e625e88bbe9d8177db3f87ea86ee577033ed2d;hp=dacb270c2c5f91ae4f28d3c78b3e0b5dffb797ac;hpb=921bd55767ebaab2d2c45e55320a166c0b5ee875;p=webpac2 diff --git a/vhost/style.css b/vhost/style.css index dacb270..dd43208 100644 --- a/vhost/style.css +++ b/vhost/style.css @@ -62,6 +62,10 @@ form #inputs { margin-bottom: 1em; } +#results li.z { + background: #eee; +} + ul.pager { background: #eee; padding: 0.5em; @@ -75,18 +79,23 @@ ul.pager li { 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 {