Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1662)
+++ branches/2.8.x/CHANGELOG	(revision 1663)
@@ -11,6 +11,8 @@
 ! = Update/Change
 ===============================================================================
 
+17 Apr-2012 Build 1663 Dietmar Woellbrink (Luisehahne)
+! update round print.css for better output
 17 Apr-2012 Build 1662 Werner v.d.Decken(DarkViper)
 + added new getter 'getQueryCount' in class database
 11 Apr-2012 Build 1661 Dietmar Woellbrink (Luisehahne)
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1662)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1663)
@@ -51,5 +51,5 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.3');
-if(!defined('REVISION')) define('REVISION', '1662');
+if(!defined('REVISION')) define('REVISION', '1663');
 if(!defined('SP')) define('SP', '');
Index: branches/2.8.x/wb/templates/round/print.css
===================================================================
--- branches/2.8.x/wb/templates/round/print.css	(revision 1662)
+++ branches/2.8.x/wb/templates/round/print.css	(revision 1663)
@@ -42,7 +42,7 @@
 	color: #369;
 	text-decoration: none;
 }
-.header, .menu, .search, .powered_by, .footer {
+.header, .left-col, .menu, .search, .powered_by, .footer {
 	display: none;
 }
 .content {
Index: branches/2.8.x/wb/templates/round/index.php
===================================================================
--- branches/2.8.x/wb/templates/round/index.php	(revision 1662)
+++ branches/2.8.x/wb/templates/round/index.php	(revision 1663)
@@ -68,7 +68,7 @@
 	// navigation menu
 	if(SHOW_MENU) {
 	?>	
-	<td style="padding: 10px; background-color: #FFF;" valign="top">
+	<td class="left-col" style="padding: 10px; background-color: #FFF;" valign="top">
 		<table summary="" cellpadding="0" cellspacing="0" border="0" width="150" align="center" class="menu">
 		<tr>
 			<td class="border">
