From af3e9a06950390f77ddb4a4286cd762855e3661e Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Mon, 8 Nov 2010 15:30:29 +0000 Subject: style update --- root/static/style/ttsite.css | 2 +- root/template/layout | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'root') diff --git a/root/static/style/ttsite.css b/root/static/style/ttsite.css index cd018cd..3f7436d 100644 --- a/root/static/style/ttsite.css +++ b/root/static/style/ttsite.css @@ -9,7 +9,7 @@ html, body { background: #fff; } -#hd, #ft, #nav, #content, .inside { padding: 1em; } +#hd, #ft, #nav, #content, .inside { padding: 0 1em 0.5em 0; } .message { color: #000; diff --git a/root/template/layout b/root/template/layout index e1b2dd0..bd9201a 100644 --- a/root/template/layout +++ b/root/template/layout @@ -9,7 +9,7 @@
  • [% l(subpage.title) %]
  • [% END %] - +
    [% IF errors %] -- cgit v1.2.1