From db03ff92a64e70a0c7c0df1e07cddd7c3bcc91bd Mon Sep 17 00:00:00 2001 From: Ricardo Garcia Date: Sat, 6 Nov 2010 11:26:26 +0100 Subject: [PATCH] Changed a few style aspects to make the page look better under IE --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index fa41d6f7f..a81fba334 100644 --- a/style.css +++ b/style.css @@ -22,6 +22,10 @@ h2 { margin-top: 2ex; color: #006699; } +h3 { + margin-left: 5%; + margin-right: 5%; +} p { margin-left: 5%; margin-right: 5%; @@ -31,6 +35,7 @@ ul { margin-right: 5%; } li { + margin-left: 3%; margin-top: 0.5ex; margin-bottom: 0.5ex; }