diff options
author | Juliane Clausen <git@juliane-clausen.de> | 2013-10-30 02:53:16 +0100 |
---|---|---|
committer | Juliane Clausen <git@juliane-clausen.de> | 2013-10-30 02:53:16 +0100 |
commit | 0b400958c02ccf85878784abc9c97019b55e6483 (patch) | |
tree | a3fbe018d6d6947f4177a79a41394153667e90f4 | |
parent | 4556c2a5582a3d6fa7bf86b968102bedc507d304 (diff) |
links unterstreichen
-rwxr-xr-x | local.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; } |