Merge remote branch 'origin/xorg/maint' into xorg/master
[platal.git] / htdocs / css / base.css
index a38d408..ba0858d 100644 (file)
     color: #777;
 }
 
+/* print */
+@media print {
+    #body-menu, #body-top, #body-logo, #body-bottom, #dev, .backtrace, .xdx, .noprint
+    { display:none; }
+
+    table#body, img { border:0px; }
+}
+
 /* vim: set et ts=4 sts=4 sw=4: */