From 037f03132945e4e14f19bdd88204168337de4b08 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Fri, 15 Jun 2012 09:14:38 +0700 Subject: [PATCH] Fix Margin --- includes/index.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/includes/index.css b/includes/index.css index 556a2a4..9253734 100644 --- a/includes/index.css +++ b/includes/index.css @@ -153,12 +153,12 @@ section.news article header time { section.news article p, section.notice p, section.description p, section.references ol li { font-size: 1rem; line-height: 1.5rem; - margin: 0; + margin: 0 5px; } section.introduction { width: 80%; - margin-top: -15px; + margin: -15px 5px 0 5px; } section.right { @@ -199,6 +199,10 @@ section.biography p { line-height: 1.5rem; } +section.material h1, section.references h1, section.description h1, section.notice h1 { + margin-left: 5px; +} + section.material ol li { line-height: 1.3rem; font-size: 1rem;