From bd9b7db6bcaa83b376277ff324c905acbd9b9636 Mon Sep 17 00:00:00 2001
From: Starla Insigna <hatkirby@fourisland.com>
Date: Sun, 9 Aug 2009 10:45:08 -0400
Subject: Fixed resizing bug

Previously, when the browser was made smaller, the sidebar and the content would overlap and look terrible.
---
 theme/css/bubbles.css | 4 ++--
 theme/css/website.css | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/theme/css/bubbles.css b/theme/css/bubbles.css
index fb2c6d0..2e56fb0 100755
--- a/theme/css/bubbles.css
+++ b/theme/css/bubbles.css
@@ -56,6 +56,6 @@ div.module.unrounded {
 	padding: 5px;
 }
 
-div.module.sidebar {
-	width: 250px;
+div#sidebar div.module.sidebar {
+	width: 95%;
 }
diff --git a/theme/css/website.css b/theme/css/website.css
index 145bcdf..c7adad6 100644
--- a/theme/css/website.css
+++ b/theme/css/website.css
@@ -313,7 +313,7 @@ div#sidebar ul.hatnav li {
 				
 div#sidebar ul.hatnav li a {
 	display: block;
-	width: 230px;
+	width: 95%;
 	color: white;
 }
 
-- 
cgit 1.4.1