summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2011-11-03 19:28:29 (EDT)
committer P. J. McDermott <pjm@nac.net>2011-11-03 19:28:29 (EDT)
commit56e85cd80a6f4df70f006cdb89322202d54eb9b9 (patch)
tree000e6f5d7b7c08eb479ca717675377915593c80d /main.css
parentbbe9879c18b28f844b87372c78f4249942518825 (diff)
downloadwww-56e85cd80a6f4df70f006cdb89322202d54eb9b9.zip
www-56e85cd80a6f4df70f006cdb89322202d54eb9b9.tar.gz
www-56e85cd80a6f4df70f006cdb89322202d54eb9b9.tar.bz2
Add a hyperlink to the homepage in the header.
Diffstat (limited to 'main.css')
-rw-r--r--main.css4
1 files changed, 4 insertions, 0 deletions
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;