change relative widths of sidebar and notices again

darcs-hash:20080520201440-84dde-ce245ba4f2df693ca76a7378c001eb7645489bef.gz
This commit is contained in:
Evan Prodromou 2008-05-20 16:14:40 -04:00
parent 63758c59e1
commit fcb3d81752
1 changed files with 2 additions and 2 deletions

View File

@ -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');