From b1ce44c25bf0e50fc5dd32e956a57118d84eea66 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 16 Jun 2012 11:01:50 +0700 Subject: [PATCH] Fix Width on Calendar --- includes/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/index.css b/includes/index.css index 9253734..07d20c7 100644 --- a/includes/index.css +++ b/includes/index.css @@ -246,7 +246,7 @@ footer a:active { } #calendar { - width: 1024px; + width: 90%; margin: 0 auto; } @@ -262,4 +262,4 @@ section.title { section.sidebar { float: right; width: 20%; -} \ No newline at end of file +}