From 7f42e48631049ae4c29166684f2c1aa0ad5e2f04 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 9 Mar 2011 10:53:45 -0800 Subject: [PATCH] section class on object nav --- lib/action.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'); } -- 2.39.2