[css] update print css
authorKatia Saurfelt <katia.saurfelt@logilab.fr>
Thu, 06 May 2010 14:29:07 +0200
changeset 5493 c323ff08ad35
parent 5492 da983679fab5
child 5508 6718ba5db0eb
[css] update print css
web/data/cubicweb.print.css
--- 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