Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2011-07-21 00:14:17 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2011-07-21 00:14:17 (GMT)
commit5ae3843966e6b60678762c33fcf1bbed7e158c7e (patch)
tree0c2d69e34a31cc589a76b69ff0974c81a144f968
parent1702269c973fb90ca61054fe03ea99c760cac2c2 (diff)
Change font size in the index to 13pxHEADmaster
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
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}