[Bug 20954] Search result categories have bullets

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20954

David Kirstein (Frozenice) <frozenice@frozenice.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from David Kirstein (Frozenice) <frozenice@frozenice.de> ---
Fixed via Common.css for now.

Culprit is skins/webplatform/main.css:

ul li {
  margin-bottom: 10px;
  list-style-image: url(skins/webplatform/images/bullet.svg);
}


Although resources/mediawiki.special/mediawiki.special.css already has:

.mw-search-formheader div.search-types ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

it's not enough.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 11 February 2013 21:18:49 UTC