small css modification to be more pretty
authorx2000habouzit <x2000habouzit>
Wed, 1 Oct 2003 14:18:25 +0000 (14:18 +0000)
committerx2000habouzit <x2000habouzit>
Wed, 1 Oct 2003 14:18:25 +0000 (14:18 +0000)
css/style.css

index 2c605a7..4be67a2 100644 (file)
@@ -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;