diff options
author | Romain d'Alverny <rda@mageia.org> | 2010-11-08 15:30:29 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2010-11-08 15:30:29 +0000 |
commit | af3e9a06950390f77ddb4a4286cd762855e3661e (patch) | |
tree | 9fcf4fcfd1401a3f69cb3ef49627304f741f9cc5 /root | |
parent | 1b26728eaf6ca390675bbbd00ea49b3d3bb7bb4d (diff) | |
download | identity-af3e9a06950390f77ddb4a4286cd762855e3661e.tar identity-af3e9a06950390f77ddb4a4286cd762855e3661e.tar.gz identity-af3e9a06950390f77ddb4a4286cd762855e3661e.tar.bz2 identity-af3e9a06950390f77ddb4a4286cd762855e3661e.tar.xz identity-af3e9a06950390f77ddb4a4286cd762855e3661e.zip |
style update
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"> |