loops/browser/skin/lobo/print.css
helmutm b794361116 use loops-specific print.css, hiding all parts not needed in printed output
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4076 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-11-15 16:15:59 +00:00

17 lines
170 B
CSS

/*
$Id$
*/
body {
font-size: 12px;
}
#top, #portlets, #footer, #comments, #object-actions {
display: none;
}
#content {
width: 100%;
color: Black;
}