Updated stylesheets to show note hyperlinks in the pages of Home, Introduction, and Contact.

svn: r16403
This commit is contained in:
Rob G. Healey
2011-01-18 01:17:55 +00:00
parent 7e9ed2e31f
commit d4869ddd57
10 changed files with 42 additions and 2 deletions

View File

@@ -953,6 +953,10 @@ div#MarriageReport tbody tr td.ColumnImage {
margin: 0;
padding: 0 20px 3em 2em;
}
#Home a, #Introduction a, #Contact a {
color: #000;
text-decoration: none;
}
div.subsection {
padding-bottom: .5em;
}