Uploaded image for project: 'Magnolia Standard Templating Kit (closed)'
  1. Magnolia Standard Templating Kit (closed)
  2. MGNLSTK-937

Breadcrumb style broken in Search Results template

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Neutral Neutral
    • None
    • 2.0.2
    • themepop
    • None

      Breadcrumb style breaks on the Search Results template. The ol element inherits list styles specific to the search results page which override breadcrumb's own style.

      One way to fix this is to stop the cascade with an !important rule. Add it to all rules that get overridden.

      styles.css
      #breadcrumb ol {
        list-style: none;
        margin: 0 !important;
      }
      #breadcrumb li {
        float: left;
        background: url(../img/icons/sprites.png) 0 -1010px no-repeat !important;;
        border: none;
        margin: 0 6px 0 0 !important;;
        padding: 0 0 0 7px !important;;
        font-size: 120% !important;;
        font-weight: normal;
      }
      

        Acceptance criteria

              Unassigned Unassigned
              ahietala Antti Hietala
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: