parent
bd75fd9c33
commit
4fc43267d7
@ -1,3 +1,7 @@
|
||||
2007-09-30 Stephane Charette <stephanecharette@gmail.com>
|
||||
* src/data/main*.css: 0001266: Narrative web report: gallery images
|
||||
don't show up correctly in IE7
|
||||
|
||||
2007-09-30 Gary Burton <gary.burton@zen.co.uk>
|
||||
* src/plugins/NarrativeWeb.py: 0001236: Narrative web report: If the event
|
||||
has no date, there's no place (Issue #0001236)
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user