diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-20 16:57:56 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-20 16:57:56 -0400 |
commit | 8fcce85864d5f8f7ad9b54317dc62bf330405de2 (patch) | |
tree | c0e9664a8a60c84e2bc44b6f2cd6fe6c4464c4d2 /theme/default | |
parent | 816fe407fa2e781e92ce053ef7ba36e858e95656 (diff) |
fix menuish again
darcs-hash:20080520205756-84dde-1ee1cbaae42b5a0cb9c684849e43a7ffc1338f82.gz
Diffstat (limited to 'theme/default')
-rw-r--r-- | theme/default/style/layout.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/default/style/layout.css b/theme/default/style/layout.css index f35d4ae97..050811c2e 100644 --- a/theme/default/style/layout.css +++ b/theme/default/style/layout.css @@ -300,7 +300,7 @@ ul.bigLinks li a:hover span.desc { border-top: 1px solid #BDEDDE;
}
-ul.menuish {
+ul.menuish li {
display: inline;
list-style: none;
-}
\ No newline at end of file +}
|