loops/browser/skin/lobo/print.css
helmutm 063c831be9 make sure content region fits on printed page
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4157 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-01-26 14:11:45 +00:00

18 lines
189 B
CSS

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