remove IE hack that breaks in IE7; GRAMPS bug report #1266

svn: r9046
This commit is contained in:
Stéphane Charette
2007-09-30 23:09:45 +00:00
parent bd75fd9c33
commit 4fc43267d7
6 changed files with 4 additions and 10 deletions
-2
View File
@@ -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;
-2
View File
@@ -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;
-2
View File
@@ -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;
-2
View File
@@ -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;
-2
View File
@@ -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;