From d0243d056423b3dceca82d7d24c3dbad44f998e6 Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Wed, 1 May 2013 10:44:43 +0200 Subject: [PATCH] no underline for elements of any kind --- browser/skin/lobo/lobo.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/browser/skin/lobo/lobo.css b/browser/skin/lobo/lobo.css index 3e15e5c..13665e8 100644 --- a/browser/skin/lobo/lobo.css +++ b/browser/skin/lobo/lobo.css @@ -62,6 +62,10 @@ h1, h2, h3, h4, h5, h6 { margin-bottom: 0.4em; } +a { + text-decoration: none; +} + a[href]:hover { text-decoration: none; color: #6060c0;