X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=vhost%2Fstyle.css;h=c532843f26d8992978793652cb97797068982b8e;hb=cc0a6710aba095d4867ef198e3ebefb3176797d3;hp=dd432081ef6ae16ecb8f4d82bdfe781884059c19;hpb=f4e625e88bbe9d8177db3f87ea86ee577033ed2d;p=webpac2 diff --git a/vhost/style.css b/vhost/style.css index dd43208..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,12 +56,11 @@ form #inputs { } #results ol { - float: left; - margin: 1em; + margin-right: 2em; + margin-bottom: 2em; } #results ol li { - clear: left; margin-bottom: 1em; } @@ -66,6 +68,17 @@ form #inputs { 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;