Decorate anchor tags in a prettier way.

This commit is contained in:
2012-03-23 00:07:23 +00:00
parent cddcacf076
commit 5affd38cce

View File

@@ -27,7 +27,8 @@ body {
text-decoration: none;
}
#contact a:hover {
text-decoration: underline;
border-bottom: 2px solid #ddd;
text-decoration: none;
}
#not-found {