diff --git a/wiki/static/crans-www/css/common.css b/wiki/static/crans-www/css/common.css index f10c25e5..c04ba371 100644 --- a/wiki/static/crans-www/css/common.css +++ b/wiki/static/crans-www/css/common.css @@ -31,11 +31,6 @@ ul#pagelocation + a { padding: 0; } -ul#pagelocation + a + div#content { - clear: both; -} - - /* content styles */ html { @@ -54,8 +49,9 @@ a:visited {color: #361a31;} a.nonexistent, a.badinterwiki {color: #484848;} /* Headings */ -ul#pagelocation { +div#maintitle { padding: 0; + margin: -1.5em 300px 0 0; font-size: 2.2em; font-weight: bold; line-height: 1.2em; diff --git a/wiki/theme/crans-www.py b/wiki/theme/crans-www.py index cf2256c9..890c0270 100644 --- a/wiki/theme/crans-www.py +++ b/wiki/theme/crans-www.py @@ -63,10 +63,12 @@ class Theme(ThemeBase): """ parent = d['page'].getParentPage() title = [ + '
', self.title(d), parent and wikiutil.link_tag(self.request, parent.page_name, u'Haut') or u'', + '
' ] html = [ u'
',