From d9c8d7e8ec803317ec69a461e6b463fd32b768cf Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Tue, 9 Jun 2009 21:36:53 +0000 Subject: [PATCH] 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 --- vhost/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) 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; -- 2.20.1