From a84fbb9cc6d8017f64361f56d2dce664939838b6 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Wed, 9 Mar 2011 14:28:11 +0100 Subject: stop hiding links --- site-media/css/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/site-media/css/style.css b/site-media/css/style.css index 320f192..8bc4d90 100644 --- a/site-media/css/style.css +++ b/site-media/css/style.css @@ -37,8 +37,6 @@ div#tree { padding-bottom: 50px;} #linklist ul{ list-style: none; padding: 0; margin: 0; } #linklist li{ float: left; margin: 0 0.15em} #linklist a{ } -a { text-decoration: none; } -a:hover { text-decoration: underline; } .clear { clear: both; } div#content { padding-bottom: 5px; } .code{font: 110% "Courier", fixed} -- cgit v1.1