Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 1025)
+++ trunk/CHANGELOG	(revision 1026)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.8.0 -------------------------------------
 01-July-2009 Matthias Gallas
+#	Fixed backend display issues in IE6 and IE7
 !	Set Version to WB2.8RC1
 !	Minor tweaks in pages_sections.htt
 +	Added posibility to upload and unzip .zip packages to media section
Index: trunk/wb/templates/classic_theme/theme.css
===================================================================
--- trunk/wb/templates/classic_theme/theme.css	(revision 1025)
+++ trunk/wb/templates/classic_theme/theme.css	(revision 1026)
@@ -8,9 +8,7 @@
  background-color: #A8BCCB;
  background-image: url(images/background.png);
  background-repeat: repeat-x;
- overflow-y: scroll;
  margin: auto;
- height: 1%;
 }
 
 img {
Index: trunk/wb/templates/wb_theme/theme.css
===================================================================
--- trunk/wb/templates/wb_theme/theme.css	(revision 1025)
+++ trunk/wb/templates/wb_theme/theme.css	(revision 1026)
@@ -9,8 +9,6 @@
  /*background-image: url(images/background.png);*/
  background-repeat: repeat-x;
  margin: auto;
- overflow-y: scroll;
- height: 1%;
 }
 
 img {
