From 24494c6b574f4d183f4966ee3923eaf51c75739f Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 16 Jun 2012 12:09:59 +0700 Subject: [PATCH] Fix Style --- courses.php | 1 + includes/index.css | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/courses.php b/courses.php index 142fc77..d15fbe4 100644 --- a/courses.php +++ b/courses.php @@ -32,6 +32,7 @@ include "includes/navbar.html";
  • Computer Technology
  • +

    Genap 2011/2012

    diff --git a/includes/index.css b/includes/index.css index 07d20c7..1c4c927 100644 --- a/includes/index.css +++ b/includes/index.css @@ -263,3 +263,11 @@ section.sidebar { float: right; width: 20%; } + +section.about article ol li, section.presentations article ol li { + margin-left: 10px; +} + +section.about article header h1, section.presentations article header h1, section.teaching article header h1 { + margin-left: 10px; +} \ No newline at end of file