web/data/cubicweb.print.css
changeset 5493 c323ff08ad35
parent 0 b97547f5f1fa
--- a/web/data/cubicweb.print.css	Thu May 06 14:29:05 2010 +0200
+++ b/web/data/cubicweb.print.css	Thu May 06 14:29:07 2010 +0200
@@ -1,4 +1,15 @@
-td#speedbar, img.logo, div.header{ 
- display:none }
+* {
+  color: #000 !important;
+}
 
-a{color:black }
\ No newline at end of file
+div#popupLoginBox,
+div#popupLoginBox,
+img#logo, div.header,
+#navColumnLeft, #navColumnRight,
+#footer {
+  display: none
+}
+
+div#pageContent{
+  border: none;
+}
\ No newline at end of file