summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorJuliane Clausen <git@juliane-clausen.de>2013-10-30 02:53:16 +0100
committerJuliane Clausen <git@juliane-clausen.de>2013-10-30 02:53:16 +0100
commit0b400958c02ccf85878784abc9c97019b55e6483 (patch)
treea3fbe018d6d6947f4177a79a41394153667e90f4 /local.css
parent4556c2a5582a3d6fa7bf86b968102bedc507d304 (diff)
links unterstreichen
Diffstat (limited to 'local.css')
-rwxr-xr-xlocal.css3
1 files changed, 2 insertions, 1 deletions
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;
}