]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
section class on object nav
authorBrion Vibber <brion@pobox.com>
Wed, 9 Mar 2011 18:53:45 +0000 (10:53 -0800)
committerBrion Vibber <brion@pobox.com>
Wed, 9 Mar 2011 18:53:45 +0000 (10:53 -0800)
lib/action.php

index 92be43ba68bb1edf7410aff124a3e91b7691afd1..ca380cc02ce4d13cd302dc88d5d8e000f22c6be9 100644 (file)
@@ -712,7 +712,8 @@ class Action extends HTMLOutputter // lawsuit
     {
         // Need to have this ID for CSS; I'm too lazy to add it to
         // all menus
-        $this->elementStart('div', array('id' => 'site_nav_object'));
+        $this->elementStart('div', array('id' => 'site_nav_object',
+                                         'class' => 'section'));
         $this->showObjectNav();
         $this->elementEnd('div');
     }