From 6ccc1341d97e1635343d820b668f11caf81878b4 Mon Sep 17 00:00:00 2001 From: Hidden Z Date: Sat, 19 Feb 2011 16:13:48 +0000 Subject: [PATCH] base.css: improve look of /postkey/ page Now list style is "outside" but list is moved to right a little, so list looks pretty cool. --- pyi2phosts/static/base.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyi2phosts/static/base.css b/pyi2phosts/static/base.css index 18a68f4..3ed0eee 100644 --- a/pyi2phosts/static/base.css +++ b/pyi2phosts/static/base.css @@ -52,10 +52,6 @@ td { max-width: 220px; } -ul { - list-style-position: inside; -} - div.menu { float: left; margin: 0px 20px 20px 0px; @@ -95,6 +91,10 @@ div.main { color: #000011; } +div.main li { + margin-left: 15px; +} + div.footer { font-size: 8pt; text-align: center;