Added underlines under children and siblings.
svn: r15618
This commit is contained in:
parent
fc219d57af
commit
76d7588339
@ -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
|
||||||
------------------------------------------------------ */
|
------------------------------------------------------ */
|
||||||
@ -1156,6 +1162,11 @@ div#narrative {
|
|||||||
|
|
||||||
/* Subsections : References
|
/* Subsections : References
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
|
div#References {
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 0;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
/* Subsections : Source References
|
/* Subsections : Source References
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
|
Loading…
Reference in New Issue
Block a user