diff options
| author | Christian Fowler <cfowler2@wcpss.net> | 2014-05-29 13:55:06 -0400 |
|---|---|---|
| committer | Christian Fowler <cfowler2@wcpss.net> | 2014-05-29 13:55:06 -0400 |
| commit | 91445c06299b43a6f924f058c6195b122fdc846e (patch) | |
| tree | a3e034bce1cc9eef05c2c259431391009d600d19 /css | |
| parent | c9bbc4fd1985257e2a375d96097dd43c93813932 (diff) | |
| download | themes-91445c06299b43a6f924f058c6195b122fdc846e.tar.gz themes-91445c06299b43a6f924f058c6195b122fdc846e.tar.bz2 themes-91445c06299b43a6f924f058c6195b122fdc846e.zip | |
fix menu sort check
Diffstat (limited to 'css')
| -rw-r--r-- | css/base.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/base.css b/css/base.css index e00d2a4..3179371 100644 --- a/css/base.css +++ b/css/base.css @@ -72,7 +72,7 @@ html[dir='rtl'] .clearright {clear:left} .monospace {font-family:monospace} .module ol, -.module ul {margin:0; padding:0} +.module ul {margin:0 0 0 -1em; padding:0} .module ol li {margin:0 0 0 3em; padding:0;} .module ul li, .menu li, |
