From: Evan Prodromou Date: Tue, 20 May 2008 20:14:40 +0000 (-0400) Subject: change relative widths of sidebar and notices again X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fcb3d81752c7aa4b6adf373755724a3f0fcfb8cb;p=quix0rs-gnu-social.git change relative widths of sidebar and notices again darcs-hash:20080520201440-84dde-ce245ba4f2df693ca76a7378c001eb7645489bef.gz --- diff --git a/actions/showstream.php b/actions/showstream.php index 6db475a315..b758761692 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');