X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=vhost%2Fstyle.css;h=c532843f26d8992978793652cb97797068982b8e;hb=993fbf73916a251ce6007b3a66a2ffb9898e2de2;hp=547fd4018f54f56fb864344037bf042799d9e15f;hpb=eb8c405b3cf4b59bcd9bf2cf2798e1d7dd68a413;p=webpac2 diff --git a/vhost/style.css b/vhost/style.css index 547fd40..c532843 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,29 @@ 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; +} + +li div { + clear: left; + border-top: 2px dotted #eee; +} + +li.z div { + clear: left; + border-top: 2px dotted #fff; +} + + ul.pager { background: #eee; padding: 0.5em;