minor improvements of the Liquid skin

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1407 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2006-10-17 17:22:47 +00:00
parent 59f012b528
commit 36acb9d8cf
2 changed files with 2 additions and 6 deletions

View file

@ -36,8 +36,8 @@ class Controller(BaseController):
macros = self.macros
params = [('zope3_tablelayout.css', 'all'),
('base.css', 'screen'),
('custom.css', 'all'),
('print.css', 'print')]
('print.css', 'print'),
('custom.css', 'all')]
for param in params:
macros.register('css', identifier=param[0],
resourceName=param[0], media=param[1])

View file

@ -399,10 +399,6 @@ div.box h4 {
padding: 4px;
}
.box div.body a:hover {
text-decoration: underline;
}
.box .content {
padding: 0.5em;
}