From 343d1f1c921c5904f8a5a8c8daf3c0faf3814f7c Mon Sep 17 00:00:00 2001 From: Luke Williams Date: Fri, 13 Mar 2009 03:15:06 +0900 Subject: [PATCH] Better sidebar support. --- style/uccstyle.css | 5 ++++- templates/misc.tmpl | 22 ++++++++++++++-------- templates/page.tmpl | 11 ++++++++--- 3 files changed, 26 insertions(+), 12 deletions(-) diff --git a/style/uccstyle.css b/style/uccstyle.css index 724133b..f309b01 100644 --- a/style/uccstyle.css +++ b/style/uccstyle.css @@ -48,13 +48,16 @@ div.body_box { background-color:#FFFFFF; padding-bottom:25px; } -div.body_item { +div.body_item, div.body_item_fullwidth { position:relative; margin-left:35px; margin-top:20px; width:670px; border:1px solid #737F76; } +div.body_item_fullwidth { + width:800px; +} div.sidebar_item { position:relative; margin-top:20px; diff --git a/templates/misc.tmpl b/templates/misc.tmpl index a3d64a9..397af1b 100644 --- a/templates/misc.tmpl +++ b/templates/misc.tmpl @@ -73,7 +73,7 @@ Fresher Guide
-/ +/:
@@ -82,19 +82,24 @@ Fresher Guide
+ +
@@ -110,4 +115,5 @@ Site developed with free software. + diff --git a/templates/page.tmpl b/templates/page.tmpl index f03d7dc..23e7adb 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -71,9 +71,9 @@ Fresher Guide
-
+
-/ +/:
@@ -91,7 +91,12 @@ Fresher Guide
- +
-- 2.20.1