From 5affd38cce02a9891e5dd5a7eb40d3d7634620e7 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 23 Mar 2012 00:07:23 +0000 Subject: [PATCH] Decorate anchor tags in a prettier way. --- public/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index 9223778..baebc36 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -27,7 +27,8 @@ body { text-decoration: none; } #contact a:hover { - text-decoration: underline; + border-bottom: 2px solid #ddd; + text-decoration: none; } #not-found {