Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 762)
+++ trunk/CHANGELOG	(revision 763)
@@ -10,11 +10,13 @@
 # = Bugfix
 ! = Update/Change
 
-------------------------------------- 2.7.0 -------------------------------------
-24-Mar-2008 Thomas Hornik
-#	search: great speed-up with large pages - requires PHP >= 4.3.3; small speed-up for PHP < 4.3.3
+------------------------------------- 2.7.0 -------------------------------------
+24-Mar-2008 Matthias Gallas
+! 	Added class nixhier to frontend.css from form and news Modul (required for ASP)
+24-Mar-2008 Thomas Hornik
+#	search: great speed-up with large pages - requires PHP >= 4.3.3; small speed-up for PHP < 4.3.3
 #	FCK-Editor: loads large pages faster
--	removed include/captcha/asp.php. css have to be added to module's css-files.
+-	removed include/captcha/asp.php. css have to be added to module's css-files.
 23-Mar-2008 Matthias Gallas
 ! 	Updated form modul for valid output, removed all javascript (Big thanks to BerndJM)
 17-Mar-2008 Thomas Hornik
Index: trunk/wb/modules/form/frontend.css
===================================================================
--- trunk/wb/modules/form/frontend.css	(revision 762)
+++ trunk/wb/modules/form/frontend.css	(revision 763)
@@ -39,4 +39,8 @@
 .email {
 	font-size: 12px;
 	width: 200px;
+}
+/*** Don't remove the class nixhier, this is required for ASP ***/
+.nixhier {
+	display:none;
 }
\ No newline at end of file
Index: trunk/wb/modules/news/frontend.css
===================================================================
--- trunk/wb/modules/news/frontend.css	(revision 762)
+++ trunk/wb/modules/news/frontend.css	(revision 763)
@@ -46,4 +46,8 @@
 .selected_group_title { 
 	font-size: 14px;
 	text-align: center;
+}
+/*** Don't remove the class nixhier, this is required for ASP ***/
+.nixhier {
+	display:none;
 }
\ No newline at end of file
