diff options
author | Félix Sipma <felix.sipma@no-log.org> | 2015-05-19 18:25:44 +0200 |
---|---|---|
committer | Félix Sipma <felix.sipma@no-log.org> | 2015-05-19 18:25:44 +0200 |
commit | 27041e9be061cecc9fd1b0e08492d4906ea60e17 (patch) | |
tree | 61f515fce7215c4f83a863a882b9644115c3203d | |
parent | 969c2b477a5652e1af022db4e47ed073b2e5de67 (diff) |
use simplified gueux.css
-rw-r--r-- | css/gueux.css | 63 |
1 files changed, 5 insertions, 58 deletions
diff --git a/css/gueux.css b/css/gueux.css index 6d6e8b2..3695929 100644 --- a/css/gueux.css +++ b/css/gueux.css @@ -1,13 +1,3 @@ -.w3c-valid { - border: 0; - width: 88px; - height: 31px; -} - -.logo { - border: 0; -} - a { text-decoration: none; } @@ -31,57 +21,14 @@ body { font-size: 90%; } -#banner { - border: 0; - height: 100px; - width: 100%; +#content { + text-align: center; } -#banner .logobox { - margin-top: 10px; - margin-left: 40px; - width: 15%; - float: left; - text-align: left; +#navigation { + text-align: center; } -#banner .title { - position: relative; - width: 80%; - top: 30px; - float: right; - text-align: left; -} - -#main{ - width: 100%; -} - -#main .menu { - width: 15%; - float: left; -} - -#main .content { - width: 80%; - float: right; -} - - #footer { - height: 100px; - top: 30px; - width: 100%; -} - -#footer .left { - width: 20%; - float: left; - text-align: left; -} - -#footer .right { - width: 60%; - float: right; - text-align: right; + text-align: center; } |