From 56e85cd80a6f4df70f006cdb89322202d54eb9b9 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 03 Nov 2011 19:28:29 -0400 Subject: Add a hyperlink to the homepage in the header. --- (limited to 'main.css') diff --git a/main.css b/main.css index 6280dad..72278c7 100644 --- a/main.css +++ b/main.css @@ -45,6 +45,10 @@ div.header h1 { font-family: serif; margin: 0px 0px 0px 0px; } +div.header h1 a { + color: #000000; + text-decoration: none; +} div.header h1 span.super { vertical-align: 33%; font-size: 18pt; -- cgit v0.9.1