From e3eb2004385befb6142cebcc566972bfd3751502 Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Sat, 11 Jun 2011 17:44:20 +0200 Subject: [PATCH] use fine dotted lines for separating table rows (instead of odd/even coloring) --- browser/skin/lobo/lobo.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/browser/skin/lobo/lobo.css b/browser/skin/lobo/lobo.css index ea68852..4063039 100644 --- a/browser/skin/lobo/lobo.css +++ b/browser/skin/lobo/lobo.css @@ -39,7 +39,7 @@ ol.first, ul.first { ol li, ul li { line-height: 1.5em; } - +ſ blockquote ul { margin: 0; } @@ -72,21 +72,28 @@ textarea { margin-top: 0.5em; } +tr.even td { + background-color: transparent; +} + table.listing { margin: 1px; /*margin-top: 0.5em; */ margin-bottom: 1em; + border-collapse: collapse; } table.listing th { color: #000040; padding: 0 2px 0 2px; + border-bottom: 1px solid lightgrey; } table.listing td { padding: 0 2px 0 2px; white-space: normal; vertical-align: middle; + border-bottom: 1px dotted #dddddd; } fieldset.box table.listing td {