diff --git a/src/data/Web_Basic-Blue.css b/src/data/Web_Basic-Blue.css index c29505d63..a54b6ae5b 100644 --- a/src/data/Web_Basic-Blue.css +++ b/src/data/Web_Basic-Blue.css @@ -304,7 +304,7 @@ table.infolist tr td { font:normal 1.1em/1.4em serif; vertical-align:middle; border-bottom: dashed 1px #000; - background-color: #BCEAF6 + background-color: #BCEAF6; padding: 6px 0 6px 10px; } table.infolist tr td a { @@ -763,7 +763,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; @@ -918,7 +918,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 { @@ -1301,13 +1301,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; } @@ -1558,5 +1558,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 047de088e..8fc2202d6 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 5d06577de..754637080 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 a2a386478..d1205f9e0 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%; }