From 59e9259d7a1f18cc5951f5bafe1fc2b243402fff Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Mon, 21 Jun 2010 02:44:13 +0000 Subject: [PATCH] Added border lines to PlaceDetail table section. svn: r15587 --- src/data/Web_Basic-Blue.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/data/Web_Basic-Blue.css b/src/data/Web_Basic-Blue.css index b586ba5c3..2d8b0f901 100644 --- a/src/data/Web_Basic-Blue.css +++ b/src/data/Web_Basic-Blue.css @@ -543,6 +543,9 @@ div#Places table.infolist tbody tr td.ColumnLatitude { div#Places table.infolist tbody tr td.ColumnLongitude { width: 10%; } +div#PlaceDetail table.infolist tbody tr td { + border-bottom: dashed 1px #000; +} #div#PlaceDetail table.infolist tbody tr td.ColumnAttribute, div#PlaceDetail table.infolist tbody tr td.ColumnValue { color: #000;