Updated stylesheets to show note hyperlinks in the pages of Home, Introduction, and Contact.
svn: r16403
This commit is contained in:
parent
7e9ed2e31f
commit
d4869ddd57
@ -570,7 +570,7 @@ table.individuallist tbody tr td.ColumnName a:hover {
|
||||
/* Contact
|
||||
----------------------------------------------------- */
|
||||
#Contact #summaryarea {
|
||||
width:500px;
|
||||
width:600px;
|
||||
margin:2em auto;
|
||||
padding:3em;
|
||||
background-color:#EEE;
|
||||
@ -594,7 +594,7 @@ table.individuallist tbody tr td.ColumnName a:hover {
|
||||
margin-right:.4em;
|
||||
}
|
||||
#streetaddress {
|
||||
width:85%;
|
||||
width: 100%;
|
||||
}
|
||||
#city:after {
|
||||
content:",";
|
||||
@ -677,6 +677,10 @@ table.download td.Modified {
|
||||
margin:0;
|
||||
padding:0 20px 3em 20px;
|
||||
}
|
||||
#Home a, #Introduction a, #Contact a {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
)
|
||||
div.subsection{
|
||||
padding-bottom:.5em;
|
||||
background-color:#FFF;
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -674,6 +674,10 @@ table.download td.Modified {
|
||||
margin:0;
|
||||
padding:0 20px 3em 20px;
|
||||
}
|
||||
#Home a, #Introduction a, #Contact a {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
div.subsection{
|
||||
padding-bottom:.5em;
|
||||
background-color:#FFF;
|
||||
|
@ -675,6 +675,10 @@ table.download td.Modified {
|
||||
margin:0;
|
||||
padding:0 20px 3em 20px;
|
||||
}
|
||||
#Home a, #Introduction a, #Contact a {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
div.subsection{
|
||||
padding-bottom:.5em;
|
||||
background-color:#FAFAFF;
|
||||
|
@ -676,6 +676,10 @@ table.download td.Modified {
|
||||
margin:0;
|
||||
padding:0 20px 3em 20px;
|
||||
}
|
||||
#Home a, #Introduction a, #Contact a {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
div.subsection{
|
||||
padding-bottom:.5em;
|
||||
background-color:#FFFBE7;
|
||||
|
@ -676,6 +676,10 @@ table.download td.Modified {
|
||||
margin:0;
|
||||
padding:0 20px 3em 20px;
|
||||
}
|
||||
#Home a, #Introduction a, #Contact a {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
div.subsection{
|
||||
padding-bottom:.5em;
|
||||
background-color:#FFF;
|
||||
|
@ -689,6 +689,10 @@ table.download td.Modified {
|
||||
margin:0;
|
||||
padding:0 20px 3em 20px;
|
||||
}
|
||||
#Home a, #Introduction a, #Contact a {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
div.subsection{
|
||||
padding-bottom:.5em;
|
||||
}
|
||||
|
@ -707,6 +707,10 @@ table.download td.Modified {
|
||||
margin:0;
|
||||
padding:0 20px 3em 2em;
|
||||
}
|
||||
#Home a, #Introduction a, #Contact a {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
div.subsection{
|
||||
padding-bottom:.5em;
|
||||
background-color:#F6F2EE;
|
||||
|
@ -341,6 +341,10 @@ table.surname thead tr th.ColumnParents, table.surname tbody tr td.ColumnParents
|
||||
margin:0;
|
||||
padding:0 0 9pt 9pt;
|
||||
}
|
||||
#Contact a {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
#researcher h3 {
|
||||
margin:0;
|
||||
}
|
||||
|
@ -921,6 +921,10 @@ div#AddressBookList table.addressbook tbody tr td.ColumnWebLinks {
|
||||
margin:0;
|
||||
padding:0 20px 3em 2em;
|
||||
}
|
||||
#Home a, #Introduction a, #Contact a {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
div.subsection{
|
||||
padding-bottom:.5em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user