diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2009-08-09 10:45:08 -0400 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2009-08-09 10:45:08 -0400 |
commit | bd9b7db6bcaa83b376277ff324c905acbd9b9636 (patch) | |
tree | 278853a91e6e51934f568de0296076c4be94cd21 /theme | |
parent | b7117543746bfc19affa35774b7239f5f875c778 (diff) | |
download | fourisland-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.
Diffstat (limited to 'theme')
-rwxr-xr-x | theme/css/bubbles.css | 4 | ||||
-rw-r--r-- | 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 { | |||
56 | padding: 5px; | 56 | padding: 5px; |
57 | } | 57 | } |
58 | 58 | ||
59 | div.module.sidebar { | 59 | div#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 | ||
314 | div#sidebar ul.hatnav li a { | 314 | div#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 | ||