[Rt-commit] r18057 - in rt/3.999/branches/merge_to_3.8.2: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Jan 29 09:46:13 EST 2009


Author: sunnavy
Date: Thu Jan 29 09:46:08 2009
New Revision: 18057

Modified:
   rt/3.999/branches/merge_to_3.8.2/   (props changed)
   rt/3.999/branches/merge_to_3.8.2/share/html/NoAuth/css/print.css

Log:
 r19283 at sunnavys-mb:  sunnavy | 2009-01-29 22:31:20 +0800
 merged share/html/NoAuth/css/print.css


Modified: rt/3.999/branches/merge_to_3.8.2/share/html/NoAuth/css/print.css
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/share/html/NoAuth/css/print.css	(original)
+++ rt/3.999/branches/merge_to_3.8.2/share/html/NoAuth/css/print.css	Thu Jan 29 09:46:08 2009
@@ -55,12 +55,20 @@
     font-size: 10pt;
 }
 
-#body {
+div#body {
     margin: 0;
+    margin-top: 1em;
+    border-style: none;
 }
 
-#header h1 {
+div#header h1 {
     margin-bottom: 2em;
+    position: relative;
+    margin-top: 2em;
+    height: 0;
+    width: auto;
+    left: 0;
+    overflow: visible;
 }
 
 #header {
@@ -71,6 +79,7 @@
 #nav,
 #header #page-menu,
 #header #actions-menu,
+#header #page-navigation,
 .titlebox .title .widget,
 #footer
 {


More information about the Rt-commit mailing list