From 0b400958c02ccf85878784abc9c97019b55e6483 Mon Sep 17 00:00:00 2001 From: Juliane Clausen Date: Wed, 30 Oct 2013 02:53:16 +0100 Subject: links unterstreichen --- local.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/local.css b/local.css index 1a68add2..c2c6fd22 100755 --- a/local.css +++ b/local.css @@ -118,6 +118,7 @@ img.imgwithborder .sidebar { background:#3e5f81; color: #FFF; + border: 0; } .sidebar ul { margin:0; @@ -133,7 +134,7 @@ img.imgwithborder padding:0.6em 0.6em 0 0.6em; } .sidebar ul li a { - text-decoration:none; + text-decoration:underline; display:block; color:white; } -- cgit v1.2.1