Just noticed a small potential display issue on 3.1.6
If the user has a generic rule for the styling of list-items such as
ul li {list-style-type: square;}
this will affect the look of the admin bar.
perhaps the style rule of
#wpabar ul li {
float: left !important;
margin: 0 !important;
}
should be changed to:
#wpabar ul li {
float: left !important;
margin: 0 !important;
list-style-type: none !important;
list-style-image: none !important;
}
Or am I missing something obvious ;)
Site affected: http://www.twopointfivebillion.com/