This is cute

This commit is contained in:
Eston Bond
2010-10-25 15:56:46 -07:00
parent 21ff30af4d
commit b9d44662fa
+8 -3
View File
@@ -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;