# HG changeset patch # User Sylvain Thénault # Date 1278054128 -7200 # Node ID b49f58a320e6f8f7c0234e2df198d0854daffe4c # Parent 89ad81d6972d2c631e35073beec34bbb55968655 cleanup diff -r 89ad81d6972d -r b49f58a320e6 web/data/cubicweb.css --- a/web/data/cubicweb.css Fri Jul 02 09:01:58 2010 +0200 +++ b/web/data/cubicweb.css Fri Jul 02 09:02:08 2010 +0200 @@ -18,7 +18,7 @@ h1, h2, h3 { margin-top:0; margin-bottom:0; } /* got rhythm ? beat of 12*1.25 = 15 px */ -.rhythm_bg { background: url(/data/%(baseRhythmBg)s) repeat ! important; } +.rhythm_bg { background: url("%(baseRhythmBg)s") repeat ! important; } /* scale 3:5 stranded */ /* h1 { font-size:2em; } */ diff -r 89ad81d6972d -r b49f58a320e6 web/views/basecomponents.py --- a/web/views/basecomponents.py Fri Jul 02 09:01:58 2010 +0200 +++ b/web/views/basecomponents.py Fri Jul 02 09:02:08 2010 +0200 @@ -19,8 +19,8 @@ * the rql input form * the logged user link +""" -""" __docformat__ = "restructuredtext en" _ = unicode diff -r 89ad81d6972d -r b49f58a320e6 web/views/basetemplates.py --- a/web/views/basetemplates.py Fri Jul 02 09:01:58 2010 +0200 +++ b/web/views/basetemplates.py Fri Jul 02 09:02:08 2010 +0200 @@ -272,7 +272,7 @@ def topleft_header(self): logo = self._cw.vreg['components'].select_or_none('logo', self._cw, - rset=self.cw_rset) + rset=self.cw_rset) if logo and logo.cw_propval('visible'): self.w(u'\n') self.w(u'