diff --git a/src/data/Web_Basic-Blue.css b/src/data/Web_Basic-Blue.css index 0c4bab0c7..5b776228b 100644 --- a/src/data/Web_Basic-Blue.css +++ b/src/data/Web_Basic-Blue.css @@ -785,7 +785,7 @@ div#Download table.download { width: 100%; } div#Download table.download img { - float:center; + text-align:center; } div#Download table.download tbody tr#Row02 { border-bottom: solid 2px #000; @@ -964,7 +964,7 @@ div#events h4 { line-height:12px; text-transform:uppercase; color: #000; - padding-top:6px 0 4px 0; + padding:6px 0 4px 0; background-color: #70B1ED; } #IndividualDetail div#events table.infolist thead tr th:first-child { @@ -1360,13 +1360,13 @@ div#pedigree { } #treeContainer div.boxbg span.thumbnail { display:block; - max-width:80px auto; + max-width:80px; max-height:65px; margin:0 auto; padding:4px 0; } #treeContainer div.boxbg span.thumbnail img { - max-width:80px auto; + max-width:80px; max-height:65px; margin:0 auto; } @@ -1617,5 +1617,5 @@ table.oneday tbody tr td.ColumnText { width: 85%; } table.oneday tbody tr td.ColumnEvent { - width; 10%; + width: 10%; } diff --git a/src/data/Web_Basic-Cypress.css b/src/data/Web_Basic-Cypress.css index ea5d9b0fd..9d6937fea 100644 --- a/src/data/Web_Basic-Cypress.css +++ b/src/data/Web_Basic-Cypress.css @@ -611,10 +611,7 @@ div#EventList table.alphaevent tbody tr td.ColumnPerson span.mother:before { content:"+ "; } div#EventDetail h3 { - font-size: xxx-large; -} -div#EventDetail h3:first-lettr { - color: #5D835F; + font-size: 1em; } div#EventDetail table.eventlist { margin: .5cm 0 .3cm 1.5cm; @@ -763,7 +760,7 @@ table.download { width:100%; } table.download img { - float:center; + text-align:center; } table.download thead tr th { text-align:center; @@ -868,7 +865,7 @@ div#AddressBookList table.addressbook tbody tr td.ColumnWebLinks { /* Subsections ----------------------------------------------------- */ -#Home, #Introduction, { +#Home, #Introduction { padding:1.5em 0 3em 0; } #Home p, #Introduction p, #Contact p { @@ -1227,13 +1224,13 @@ table.weblinks tr td.ColumnDescription { } #treeContainer div.boxbg span.thumbnail { display:block; - max-width:80px auto; + max-width:80px; max-height:65px; margin:0 auto; padding:4px 0; } #treeContainer div.boxbg span.thumbnail img { - max-width:80px auto; + max-width:80px; max-height:65px; margin:0 auto; } @@ -1469,5 +1466,5 @@ table.oneday tbody tr td.ColumnText { width: 85%; } table.oneday tbody tr td.ColumnEvent { - width; 10%; + width: 10%; } diff --git a/src/data/Web_Basic-Lilac.css b/src/data/Web_Basic-Lilac.css index 768461445..9469f778b 100644 --- a/src/data/Web_Basic-Lilac.css +++ b/src/data/Web_Basic-Lilac.css @@ -559,10 +559,7 @@ div#EventList table.alphaevent tbody tr td.ColumnPerson span.mother:before { content:"+ "; } div#EventDetail h3 { - font-size: xxx-large; -} -div#EventDetail h3:first-lettr { - color: #000; + font-size: 1em; } div#EventDetail table.eventlist { margin: .5cm 0 .3cm 1.5cm; @@ -712,7 +709,7 @@ table.download { width:100%; } table.download img { - float:center; + text-align:center; } table.download thead tr th { text-align:center; @@ -1177,13 +1174,13 @@ table.weblinks tr td.ColumnDescription { } #treeContainer div.boxbg span.thumbnail { display:block; - max-width:80px auto; + max-width:80px; max-height:65px; margin:0 auto; padding:4px 0; } #treeContainer div.boxbg span.thumbnail img { - max-width:80px auto; + max-width:80px; max-height:65px; margin:0 auto; } @@ -1489,5 +1486,5 @@ table.oneday tbody tr td.ColumnText { width: 85%; } table.oneday tbody tr td.ColumnEvent { - width; 10%; + width: 10%; } diff --git a/src/data/Web_Basic-Peach.css b/src/data/Web_Basic-Peach.css index 1200580d6..313ac7747 100644 --- a/src/data/Web_Basic-Peach.css +++ b/src/data/Web_Basic-Peach.css @@ -563,10 +563,7 @@ div#EventList table.alphaevent tbody tr td.ColumnPerson span.mother:before { content:"+ "; } div#EventDetail h3 { - font-size: xxx-large; -} -div#EventDetail h3:first-lettr { - color: #000; + font-size: 1em; } div#EventDetail table.eventlist { margin: .5cm 0 .3cm 1.5cm; @@ -715,7 +712,7 @@ table.download { width:100%; } table.download img { - float:center; + text-align:center; } table.download thead tr th { text-align:center; @@ -1180,13 +1177,13 @@ table.weblinks tr td.ColumnDescription { } #treeContainer div.boxbg span.thumbnail { display:block; - max-width:80px auto; + max-width:80px; max-height:65px; margin:0 auto; padding:4px 0; } #treeContainer div.boxbg span.thumbnail img { - max-width:80px auto; + max-width:80px; max-height:65px; margin:0 auto; } @@ -1492,5 +1489,5 @@ table.oneday tbody tr td.ColumnText { width: 85%; } table.oneday tbody tr td.ColumnEvent { - width; 10%; + width: 10%; }