diff --git a/ChangeLog b/ChangeLog index 1011b9815..ae4a7fcea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-09-30 Stephane Charette + * src/data/main*.css: 0001266: Narrative web report: gallery images + don't show up correctly in IE7 + 2007-09-30 Gary Burton * src/plugins/NarrativeWeb.py: 0001236: Narrative web report: If the event has no date, there's no place (Issue #0001236) diff --git a/src/data/main1.css b/src/data/main1.css index cd315b991..991265905 100644 --- a/src/data/main1.css +++ b/src/data/main1.css @@ -211,8 +211,6 @@ TD.field { #content { } #summaryarea { min-height: 100px; - /* Hack: IE Dynamic Expression to set the width */ - height: expression(document.body.clientHeight < 1 ? "100px" : "100px" ); } #footer { border-top: 1px solid #999; diff --git a/src/data/main2.css b/src/data/main2.css index 665c68261..4edd21122 100644 --- a/src/data/main2.css +++ b/src/data/main2.css @@ -214,8 +214,6 @@ TD.field { #content { } #summaryarea { min-height: 100px; - /* Hack: IE Dynamic Expression to set the width */ - height: expression(document.body.clientHeight < 1 ? "100px" : "100px" ); } #footer { background-color: #e0e0e9; diff --git a/src/data/main3.css b/src/data/main3.css index 2fd18a543..5a26ec177 100644 --- a/src/data/main3.css +++ b/src/data/main3.css @@ -229,8 +229,6 @@ TD.field { #content { } #summaryarea { min-height: 100px; - /* Hack: IE Dynamic Expression to set the width */ - height: expression(document.body.clientHeight < 1 ? "100px" : "100px" ); } #footer { background-color: #ddddcc; diff --git a/src/data/main4.css b/src/data/main4.css index 60660b657..36ede398a 100644 --- a/src/data/main4.css +++ b/src/data/main4.css @@ -241,8 +241,6 @@ TD.field { #content { } #summaryarea { min-height: 100px; - /* Hack: IE Dynamic Expression to set the width */ - height: expression(document.body.clientHeight < 1 ? "100px" : "100px" ); } #footer { background-color: #a97; diff --git a/src/data/main5.css b/src/data/main5.css index 081cf4883..90774f12e 100644 --- a/src/data/main5.css +++ b/src/data/main5.css @@ -247,8 +247,6 @@ TD.data { #content { } #summaryarea { min-height: 100px; - /* Hack: IE Dynamic Expression to set the width */ - height: expression(document.body.clientHeight < 1 ? "100px" : "100px" ); } #footer { background-color: #454;