From: Brion Vibber Date: Wed, 9 Mar 2011 18:53:45 +0000 (-0800) Subject: section class on object nav X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7f42e48631049ae4c29166684f2c1aa0ad5e2f04;p=quix0rs-gnu-social.git section class on object nav --- diff --git a/lib/action.php b/lib/action.php index 92be43ba68..ca380cc02c 100644 --- a/lib/action.php +++ b/lib/action.php @@ -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'); }