From: Dobrica Pavlinusic Date: Tue, 9 Jun 2009 21:36:53 +0000 (+0000) Subject: put dashed lines between attributes in each result X-Git-Url: http://git.rot13.org/?p=webpac2;a=commitdiff_plain;h=d9c8d7e8ec803317ec69a461e6b463fd32b768cf put dashed lines between attributes in each result git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@1220 07558da8-63fa-0310-ba24-9fe276d99e06 --- diff --git a/vhost/style.css b/vhost/style.css index 510c82f..c532843 100644 --- a/vhost/style.css +++ b/vhost/style.css @@ -68,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;