X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=vhost%2Fstyle.css;h=510c82f3f12b4de03e0393e69b7f850366adaf1c;hb=786e2eae96f21248824dc135cc315d98ca88ba46;hp=dacb270c2c5f91ae4f28d3c78b3e0b5dffb797ac;hpb=921bd55767ebaab2d2c45e55320a166c0b5ee875;p=webpac2 diff --git a/vhost/style.css b/vhost/style.css index dacb270..510c82f 100644 --- a/vhost/style.css +++ b/vhost/style.css @@ -22,8 +22,13 @@ h2 { font-size: 80%; } +a.skip { + float: right; + color: #aaa; +} + form { - margin: 2em; + margin-top: 2em; } form label, @@ -41,9 +46,7 @@ form #inputs { } #results { - clear: left; - float: left; - margin: 1em; + margin-top: 2em; border: 1px solid #eee; } @@ -53,15 +56,18 @@ form #inputs { } #results ol { - float: left; - margin: 1em; + margin-right: 2em; + margin-bottom: 2em; } #results ol li { - clear: left; margin-bottom: 1em; } +#results li.z { + background: #eee; +} + ul.pager { background: #eee; padding: 0.5em; @@ -75,18 +81,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 {