diff options
Diffstat (limited to 'root')
-rw-r--r-- | root/static/style/ttsite.css | 2 | ||||
-rw-r--r-- | root/template/layout | 2 |
2 files changed, 2 insertions, 2 deletions
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 @@ <li><a href="[% c.uri_for(subpage.page) %]">[% l(subpage.title) %]</a></li> [% END %] </ul> - + <div class="inside"> [% IF errors %] <span class="error"> |