diff --git a/scratch/css/gollum.css b/scratch/css/gollum.css index 0e40f2a7..e3a9a0d6 100644 --- a/scratch/css/gollum.css +++ b/scratch/css/gollum.css @@ -159,13 +159,18 @@ a:hover, a:visited { } #wiki-rightbar #nav ul li { - list-style-position: inside; + color: #bbb; + list-style-position: outside; list-style-type: none; - margin: 0; - padding: 0 0 0 1em; + margin: 0 0 0 1em; + padding: 0; line-height: 1.75em; } + #wiki-rightbar #nav ul li:hover { + list-style-type: square; + } + #wiki-rightbar #nav ul li a { font-weight: bold; text-shadow: 0 1px 0 #fff;