From b9d44662fa83100d21a64f107553b5ea251143d3 Mon Sep 17 00:00:00 2001 From: Eston Bond Date: Mon, 25 Oct 2010 15:56:46 -0700 Subject: [PATCH] This is cute --- scratch/css/gollum.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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;