Change record status: 
Project: 
Introduced in branch: 
7.x-3.x
Introduced in version: 
7.x-3.1
Description: 

List-style bullets are displayed next to the Main menu links and Secondary links of your sub-theme. Those bullets should be removed.

If you have overridden the default page.tpl.php in your sub-theme, you’ll need to add the “inline” class to the $main_menu and $secondary_menu links that are displayed.

Edit your page.tpl.php and look for 2 lines of code that both look like this:

'class' => array('links', 'clearfix'),

And replace both of those lines with this:

'class' => array('links', 'inline', 'clearfix'),
Impacts: 
Site builders, administrators, editors
Themers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done