diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-29 20:07:51 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-29 20:07:51 +0200 |
commit | 58825808fb1fd2d9950e8f7a81ad62db18be4aa7 (patch) | |
tree | 1a69739c0914316d6da10a9cd23285d29be0d9e8 /css | |
parent | 1eb7912a55921242a379fec76d6b93273ac3260e (diff) |
Fixed CSS and logout redirection.
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
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; |