[wp-meta] [Making WordPress.org] #236: Bullets in WordPress.org dropdown menus
Making WordPress.org
noreply at wordpress.org
Tue Dec 3 16:18:13 UTC 2013
#236: Bullets in WordPress.org dropdown menus
----------------------+---------------------
Reporter: nofearinc | Owner:
Type: defect | Status: new
Priority: normal | Component: General
Keywords: |
----------------------+---------------------
Reported in #wordpress-dev on IRC:
<aubreypwd> Not sure if you guys are aware of this, but I am seeing
bullets on dropdowns on wordpress.org? https://cloudup.com/c7g1mthLnkQ
Maybe a `list-style: none;` to the menu could help:
{{{
#wporg-header ul li .nav-submenu li {
float: none;
list-style: none;
}
}}}
--
Ticket URL: <http://meta.trac.wordpress.org/ticket/236>
Making WordPress.org <http://meta.trac.wordpress.org/>
WordPress blogging software
More information about the wp-meta
mailing list