Added underlines under children and siblings.

svn: r15618
This commit is contained in:
Rob G. Healey 2010-07-05 07:26:23 +00:00
parent fc219d57af
commit 76d7588339

View File

@ -1010,6 +1010,9 @@ div#parents table.infolist tbody tr td.ColumnValue ol {
margin: 0; margin: 0;
padding-top: 0; padding-top: 0;
} }
div#parents table.infolist tbody tr td.ColumnValue ol li a {
text-decoration: underline;
}
/* Subsections : Families /* 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 { div#families table.infolist tbody tr td.ColumnValue ol li {
padding-bottom:.2em; padding-bottom:.2em;
} }
div#families table.infolist tbody tr td.ColumnValue ol li a {
text-decoration: underline;
}
/* Subsection: LDS Ordinance /* Subsection: LDS Ordinance
------------------------------------------------------ */ ------------------------------------------------------ */
@ -1145,17 +1151,22 @@ div#Residence table.infolist tr td {
/* Subsections : Narrative /* Subsections : Narrative
----------------------------------------------------- */ ----------------------------------------------------- */
div#narrative { div#narrative {
padding-bottom:0; padding-bottom: 0;
} }
#narrative p { #narrative p {
font:normal .9em/1.4em sans-serif; font: normal .9em/1.4em sans-serif;
margin-top:.5em; margin-top: .5em;
margin-bottom:0; margin-bottom: 0;
padding:0 20px 1em 20px; padding: 0 20px 1em 20px;
} }
/* Subsections : References /* Subsections : References
----------------------------------------------------- */ ----------------------------------------------------- */
div#References {
margin: 0 auto;
padding: 0;
width: 100%;
}
/* Subsections : Source References /* Subsections : Source References
----------------------------------------------------- */ ----------------------------------------------------- */