From 9eb06b0120101cdb9cdad2a7eccfd5ddcdb140db Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 27 May 2012 14:34:22 -0400 Subject: Remove underline from normal hyperlinks. --- (limited to 'main.css') diff --git a/main.css b/main.css index 4ccdbb6..3a98e22 100644 --- a/main.css +++ b/main.css @@ -37,6 +37,7 @@ li { a:link, a:visited { color: #0F1FA0; font-family: sans-serif; + text-decoration: none; } a:hover, a:active { color: #333333; -- cgit v0.9.1