]> arthur.barton.de Git - ngircd-web.git/blobdiff - style.css
Explain name and advantages a little bit more
[ngircd-web.git] / style.css
index 2710c452c20743b4c8c27788ed695f5e1d088116..49a01d5aa0df5b59096a46672c08f278999793ad 100644 (file)
--- a/style.css
+++ b/style.css
@@ -2,13 +2,16 @@
  * Cascading Style Sheet for ngIRCd homepage
  * http://arthur.ath.cx/~alex/ngircd/
  *
- * $Id$
+ * $Id: style.css,v 1.6 2008/02/26 19:31:44 alex Exp $
  */
 
 BODY {
        background-color: white;
        color: black;
        margin: 30px;
+       font-family: Geneva, sans-serif;
+       font-size: 12px;
+       line-height: 1.2
 }
 
 A:visited { color: purple; background-color: transparent; }