summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-05-20 16:14:40 -0400
committerEvan Prodromou <evan@prodromou.name>2008-05-20 16:14:40 -0400
commitfcb3d81752c7aa4b6adf373755724a3f0fcfb8cb (patch)
treee282bea63a35e8e5dece41f26deafc8f6b6229d7 /actions
parent63758c59e1df81c955ce8528d80ba3fd0e466bec (diff)
change relative widths of sidebar and notices again
darcs-hash:20080520201440-84dde-ce245ba4f2df693ca76a7378c001eb7645489bef.gz
Diffstat (limited to 'actions')
-rw-r--r--actions/showstream.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/showstream.php b/actions/showstream.php
index 6db475a31..b75876169 100644
--- a/actions/showstream.php
+++ b/actions/showstream.php
@@ -68,7 +68,7 @@ class ShowstreamAction extends StreamAction {
function show_sidebar($profile) {
- common_element_start('div', 'sidebar width25 floatRight greenBg');
+ common_element_start('div', 'sidebar width33 floatRight greenBg');
$this->show_profile($profile);
@@ -249,7 +249,7 @@ class ShowstreamAction extends StreamAction {
$notice->find();
- common_element_start('div', 'notices width75 floatLeft');
+ common_element_start('div', 'notices width66 floatLeft');
common_element_start('ul', 'bigLinks');