Author: eelco
Date: Sun Sep 11 20:37:16 2011
New Revision: 29196
URL: https://ssl.nixos.org/websvn/nix/?rev=29196&sc=1

Log:


Modified:
   homepage/trunk/css/nix-common.css

Modified: homepage/trunk/css/nix-common.css
==============================================================================
--- homepage/trunk/css/nix-common.css   Sun Sep 11 20:17:59 2011        (r29195)
+++ homepage/trunk/css/nix-common.css   Sun Sep 11 20:37:16 2011        (r29196)
@@ -1,5 +1,5 @@
 body {
-    font-family: sans-serif;
+    font-family: "Nimbus Sans L", sans-serif;
     background: white;
     margin: 2em 1em 2em 1em;
 }
@@ -83,3 +83,10 @@
     color: #600000;
     background: #f4f4f8;
 }
+
+/* Consistent font size for monospaced elements.  See
+   http://meyerweb.com/eric/thoughts/2010/02/12/fixed-monospace-sizing/ */
+tt, code, pre {
+    font-family: monospace, sans-serif;
+    font-size: 95%;
+}
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to