<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>20954</bug_id>
          
          <creation_ts>2013-02-11 20:21:49 +0000</creation_ts>
          <short_desc>Search result categories have bullets</short_desc>
          <delta_ts>2013-02-11 21:18:48 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>webplatform.org</product>
          <component>skin</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Paul Verbeek">paul</reporter>
          <assigned_to name="Doug Schepers">schepers</assigned_to>
          
          
          <qa_contact name="public-webplatform-bugs list">public-webplatform-bugs</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>82920</commentid>
    <comment_count>0</comment_count>
    <who name="Paul Verbeek">paul</who>
    <bug_when>2013-02-11 20:21:49 +0000</bug_when>
    <thetext>In the search result page, there is a bar between the search input box and the search results. This shows a list of search types.

In the theme, each search type has a bullet in front of them. The bullets shouldn&apos;t be there, they overlap the text.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>82924</commentid>
    <comment_count>1</comment_count>
    <who name="David Kirstein (Frozenice)">frozenice</who>
    <bug_when>2013-02-11 21:18:48 +0000</bug_when>
    <thetext>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&apos;s not enough.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>