From 5ae3843966e6b60678762c33fcf1bbed7e158c7e Mon Sep 17 00:00:00 2001 From: Gonzalo Odiard Date: Thu, 21 Jul 2011 00:14:17 +0000 Subject: Change font size in the index to 13px --- diff --git a/index.html b/index.html index 1d388f8..344b880 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ body { background-repeat:no-repeat; background-position:center top; font-family: Sans; - font-size: 14px; + font-size: 13px; } a:link {text-decoration: none} -- cgit v0.9.1