fix IE7 display issue with NarrativeWeb gallery; gramps bug #0001266

svn: r9047
This commit is contained in:
Stéphane Charette 2007-09-30 23:16:14 +00:00
parent 291ea85269
commit e9921d1737
6 changed files with 4 additions and 10 deletions

View File

@ -1,3 +1,7 @@
2007-09-30 Stephane Charette <stephanecharette@gmail.com>
* src/data/main*.css: fix IE7 display problem when viewing Narrative
Web gallery images (gramps bug report #0001266)
2007-09-30 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/docgen/GtkPrint.py (on_draw_page): Fix zooming problem in preview.

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;