diff options
Diffstat (limited to '')
-rw-r--r-- | template/cclear/content.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/cclear/content.css b/template/cclear/content.css index ab9c845eb..7fcaf4b6a 100644 --- a/template/cclear/content.css +++ b/template/cclear/content.css @@ -1,9 +1,12 @@ /* $Id$ */ #content { - margin-left: 14em; + margin-left: 24em; margin-right: 1em; margin-bottom: 1em; /* when it's longer than menu bar */ } +BODY#theAdminPage #content { + margin-left: 14em; +} BODY#theCommentsPage #content, BODY#theRegisterPage #content, |