diff --git a/ChangeLog b/ChangeLog index 7ba218a39..22721827b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-09-30 Stephane Charette + * src/data/main*.css: fix IE7 display problem when viewing Narrative + Web gallery images (gramps bug report #0001266) + 2007-09-30 Zsolt Foldvari * src/docgen/GtkPrint.py (on_draw_page): Fix zooming problem in preview. diff --git a/src/data/main1.css b/src/data/main1.css index dc6e4b0d2..c3de89434 100644 --- a/src/data/main1.css +++ b/src/data/main1.css @@ -215,8 +215,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 9347abd97..cf7eb724c 100644 --- a/src/data/main2.css +++ b/src/data/main2.css @@ -218,8 +218,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 07c1133fd..15061cfcd 100644 --- a/src/data/main3.css +++ b/src/data/main3.css @@ -234,8 +234,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 36d01003b..a103bcabc 100644 --- a/src/data/main4.css +++ b/src/data/main4.css @@ -249,8 +249,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 9a877ad30..c734fe459 100644 --- a/src/data/main5.css +++ b/src/data/main5.css @@ -252,8 +252,6 @@ TD.note { #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;