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>
|
2007-09-30 Gary Burton <gary.burton@zen.co.uk>
|
||||||
* src/plugins/NarrativeWeb.py: 0001236: Narrative web report: If the event
|
* src/plugins/NarrativeWeb.py: 0001236: Narrative web report: If the event
|
||||||
has no date, there's no place (Issue #0001236)
|
has no date, there's no place (Issue #0001236)
|
||||||
|
@ -211,8 +211,6 @@ TD.field {
|
|||||||
#content { }
|
#content { }
|
||||||
#summaryarea {
|
#summaryarea {
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
/* Hack: IE Dynamic Expression to set the width */
|
|
||||||
height: expression(document.body.clientHeight < 1 ? "100px" : "100px" );
|
|
||||||
}
|
}
|
||||||
#footer {
|
#footer {
|
||||||
border-top: 1px solid #999;
|
border-top: 1px solid #999;
|
||||||
|
@ -214,8 +214,6 @@ TD.field {
|
|||||||
#content { }
|
#content { }
|
||||||
#summaryarea {
|
#summaryarea {
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
/* Hack: IE Dynamic Expression to set the width */
|
|
||||||
height: expression(document.body.clientHeight < 1 ? "100px" : "100px" );
|
|
||||||
}
|
}
|
||||||
#footer {
|
#footer {
|
||||||
background-color: #e0e0e9;
|
background-color: #e0e0e9;
|
||||||
|
@ -229,8 +229,6 @@ TD.field {
|
|||||||
#content { }
|
#content { }
|
||||||
#summaryarea {
|
#summaryarea {
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
/* Hack: IE Dynamic Expression to set the width */
|
|
||||||
height: expression(document.body.clientHeight < 1 ? "100px" : "100px" );
|
|
||||||
}
|
}
|
||||||
#footer {
|
#footer {
|
||||||
background-color: #ddddcc;
|
background-color: #ddddcc;
|
||||||
|
@ -241,8 +241,6 @@ TD.field {
|
|||||||
#content { }
|
#content { }
|
||||||
#summaryarea {
|
#summaryarea {
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
/* Hack: IE Dynamic Expression to set the width */
|
|
||||||
height: expression(document.body.clientHeight < 1 ? "100px" : "100px" );
|
|
||||||
}
|
}
|
||||||
#footer {
|
#footer {
|
||||||
background-color: #a97;
|
background-color: #a97;
|
||||||
|
@ -247,8 +247,6 @@ TD.data {
|
|||||||
#content { }
|
#content { }
|
||||||
#summaryarea {
|
#summaryarea {
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
/* Hack: IE Dynamic Expression to set the width */
|
|
||||||
height: expression(document.body.clientHeight < 1 ? "100px" : "100px" );
|
|
||||||
}
|
}
|
||||||
#footer {
|
#footer {
|
||||||
background-color: #454;
|
background-color: #454;
|
||||||
|
Loading…
Reference in New Issue
Block a user