From 58825808fb1fd2d9950e8f7a81ad62db18be4aa7 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 29 Sep 2012 20:07:51 +0200 Subject: Fixed CSS and logout redirection. --- css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index 79fd1b6..cee3337 100644 --- a/css/style.css +++ b/css/style.css @@ -4,6 +4,8 @@ body { font-size: 11pt; line-height: 140%; color: #1a1a1a; + width: 600pt; + margin: 5pt auto; } .error { color: #FF0040; @@ -19,7 +21,6 @@ body { } h1, h2, h3 { margin: 15pt auto 10pt auto; - width: 600pt; } span.domain, span.email, span.alias, span.mailbox, span.list { font-family: Inconsolata, "Lucida Console", "Droid Sans Mono", Cousine, monospace; @@ -84,13 +85,12 @@ td.label { /* Listing modes */ #domainstatus { margin: 10pt auto; - width: 600pt; } .description { text-align: justify; font-style: italic; margin: auto; - width: 450pt; + width: 80%; } table.list { border-top:1px solid #e5eff8; @@ -98,7 +98,7 @@ table.list { margin:1em auto; border-collapse:collapse; margin: 0 auto; - width: 500pt; + width: 90%; } table.list td { color:#678197; -- cgit v1.2.3