From 76d7588339493ee002b19b994c2232e5be89fa42 Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Mon, 5 Jul 2010 07:26:23 +0000 Subject: [PATCH] Added underlines under children and siblings. svn: r15618 --- src/data/Web_Basic-Blue.css | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/src/data/Web_Basic-Blue.css b/src/data/Web_Basic-Blue.css index 94965cb38..20d5338ec 100644 --- a/src/data/Web_Basic-Blue.css +++ b/src/data/Web_Basic-Blue.css @@ -1010,6 +1010,9 @@ div#parents table.infolist tbody tr td.ColumnValue ol { margin: 0; padding-top: 0; } +div#parents table.infolist tbody tr td.ColumnValue ol li a { + text-decoration: underline; +} /* Subsections : Families ----------------------------------------------------- */ @@ -1030,6 +1033,9 @@ div#families table.infolist tbody tr td.ColumnValue ol { div#families table.infolist tbody tr td.ColumnValue ol li { padding-bottom:.2em; } +div#families table.infolist tbody tr td.ColumnValue ol li a { + text-decoration: underline; +} /* Subsection: LDS Ordinance ------------------------------------------------------ */ @@ -1145,17 +1151,22 @@ div#Residence table.infolist tr td { /* Subsections : Narrative ----------------------------------------------------- */ div#narrative { - padding-bottom:0; + padding-bottom: 0; } #narrative p { - font:normal .9em/1.4em sans-serif; - margin-top:.5em; - margin-bottom:0; - padding:0 20px 1em 20px; + font: normal .9em/1.4em sans-serif; + margin-top: .5em; + margin-bottom: 0; + padding: 0 20px 1em 20px; } /* Subsections : References ----------------------------------------------------- */ +div#References { + margin: 0 auto; + padding: 0; + width: 100%; +} /* Subsections : Source References ----------------------------------------------------- */