From: x2000habouzit Date: Wed, 1 Oct 2003 14:18:25 +0000 (+0000) Subject: small css modification to be more pretty X-Git-Tag: 1.8~378 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=6a25039bd1c62fb375c3905f1599b7d6db7e2f0e;p=banana.git small css modification to be more pretty --- diff --git a/css/style.css b/css/style.css index 2c605a7..4be67a2 100644 --- a/css/style.css +++ b/css/style.css @@ -6,6 +6,18 @@ * Copyright: See COPYING files that comes with this distribution ********************************************************************************/ +body { + color: black; + background-color: white; + width: 800px; + margin-left: auto; + margin-right: auto; +} + +a:link { color: blue; background: inherit; } +a:visited { color: blue; background: inherit; } +a:hover { color: blue; background: inherit; text-decoration: underline; } + div.title { font-size: 200%; text-align: center;