From 6a25039bd1c62fb375c3905f1599b7d6db7e2f0e Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Wed, 1 Oct 2003 14:18:25 +0000 Subject: [PATCH] small css modification to be more pretty --- css/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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; -- 2.1.4