]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
change relative widths of sidebar and notices again
authorEvan Prodromou <evan@prodromou.name>
Tue, 20 May 2008 20:14:40 +0000 (16:14 -0400)
committerEvan Prodromou <evan@prodromou.name>
Tue, 20 May 2008 20:14:40 +0000 (16:14 -0400)
darcs-hash:20080520201440-84dde-ce245ba4f2df693ca76a7378c001eb7645489bef.gz

actions/showstream.php

index 6db475a3157f0ce5f78dae7a72b4abaf8856388a..b758761692328d654887f3bf8e4826fc29056853 100644 (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');