fix IE7 display issue with NarrativeWeb gallery; gramps bug #0001266
svn: r9047
This commit is contained in:
parent
291ea85269
commit
e9921d1737
@ -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.
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user