diff --git a/src/data/Web_Basic-Ash.css b/src/data/Web_Basic-Ash.css index ffd2466aa..824acb56b 100644 --- a/src/data/Web_Basic-Ash.css +++ b/src/data/Web_Basic-Ash.css @@ -593,7 +593,7 @@ div#EventList table.alphaevent tbody tr td.ColumnPerson span.mother:before { content:"+ "; } div#EventDetail h3 { - font-size: xxx-large; + font-size: 1.4em; } div#EventDetail table.eventlist { margin: .5cm 0 .3cm 1.5cm; @@ -698,10 +698,10 @@ table.download { margin: .5em 0 .5em 0; border: solid 1px #000; width: 100%; - nackground-color: #CCC; + background-color: #CCC; } table.download img { - float:center; + /* float:center; */ } table.download tbody tr#Row02 { border-bottom:solid 1px #000; @@ -1165,13 +1165,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; } @@ -1425,5 +1425,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_Print-Default.css b/src/data/Web_Print-Default.css index 8669e9655..a3418151e 100644 --- a/src/data/Web_Print-Default.css +++ b/src/data/Web_Print-Default.css @@ -1236,13 +1236,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; }