From 6cd0520be2d4f74535360fee24de5f2e57d883ed Mon Sep 17 00:00:00 2001 From: Hidden Z Date: Sat, 19 Feb 2011 13:28:25 +0000 Subject: [PATCH] base.css: add "ul" --- pyi2phosts/static/base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyi2phosts/static/base.css b/pyi2phosts/static/base.css index 32cc2a7..9dc1547 100644 --- a/pyi2phosts/static/base.css +++ b/pyi2phosts/static/base.css @@ -52,6 +52,10 @@ td { max-width: 220px; } +ul { + list-style-position: inside; +} + div.menu { float: left; margin: 0px 20px 20px 0px;