summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2009-08-09 10:45:08 -0400
committerStarla Insigna <hatkirby@fourisland.com>2009-08-09 10:45:08 -0400
commitbd9b7db6bcaa83b376277ff324c905acbd9b9636 (patch)
tree278853a91e6e51934f568de0296076c4be94cd21
parentb7117543746bfc19affa35774b7239f5f875c778 (diff)
downloadfourisland-bd9b7db6bcaa83b376277ff324c905acbd9b9636.tar.gz
fourisland-bd9b7db6bcaa83b376277ff324c905acbd9b9636.tar.bz2
fourisland-bd9b7db6bcaa83b376277ff324c905acbd9b9636.zip
Fixed resizing bug
Previously, when the browser was made smaller, the sidebar and the content would overlap and look terrible.
-rwxr-xr-xtheme/css/bubbles.css4
-rw-r--r--theme/css/website.css2
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 {
56 padding: 5px; 56 padding: 5px;
57} 57}
58 58
59div.module.sidebar { 59div#sidebar div.module.sidebar {
60 width: 250px; 60 width: 95%;
61} 61}
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 {
313 313
314div#sidebar ul.hatnav li a { 314div#sidebar ul.hatnav li a {
315 display: block; 315 display: block;
316 width: 230px; 316 width: 95%;
317 color: white; 317 color: white;
318} 318}
319 319