# HG changeset patch # User Katia Saurfelt # Date 1273148947 -7200 # Node ID c323ff08ad35e8da8fc43c779a4a70075e3613f5 # Parent da983679fab52691a8b6492f26e1e3daa1392f4a [css] update print css diff -r da983679fab5 -r c323ff08ad35 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