From 25a25e3cad8d69c7bbbbfb270b77ce9519a1bcf2 Mon Sep 17 00:00:00 2001 From: bernat Date: Sat, 9 Jun 2007 16:25:55 +0200 Subject: [PATCH] Entoure le titre d'un nouveau div darcs-hash:20070609142555-d1718-5c5093a623c6caaf2d1d2c991c82364900ce451a.gz --- wiki/static/crans-www/css/common.css | 8 ++------ wiki/theme/crans-www.py | 2 ++ 2 files changed, 4 insertions(+), 6 deletions(-) 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'
',