loops/browser/skin/__init__.py
helmutm 4aa2baaf12 add Lobo skin, based on Blueprint CSS framework with an 8-column grid
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3936 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-08-08 07:06:10 +00:00

14 lines
240 B
Python

"""
$Id$
"""
from cybertools.browser.liquid import Liquid
from cybertools.browser.blue import Blue
class Loopz(Liquid):
""" The Loopz (neutral enduser) skin """
class Lobo(Blue):
""" The Lobo (neutral blueprint-based) skin """