Dotclear

Changeset 3019:a2b9d58505b1 for themes


Ignore:
Timestamp:
06/28/15 09:55:42 (10 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Encapsulate <ul>…</ul> with <nav role="navigation">…</nav> when <ul> used for navigation role (simpleMenu, navigation widget), fixes #2030

Location:
themes/berlin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • themes/berlin/scss/partials/_sidebar.scss

    r2952 r3019  
    4242    line-height: 1.71429; 
    4343    > ul { 
     44        @include no-bullets; 
     45        padding-left: 0; 
     46    } 
     47    > nav ul { 
    4448        @include no-bullets; 
    4549        padding-left: 0; 
  • themes/berlin/style.css

    r2952 r3019  
    697697      list-style-type: none; 
    698698      margin-left: 0; } 
     699  .blognav__widgets .widget > nav ul, .blogextra__widgets .widget > nav ul { 
     700    list-style: none; 
     701    padding-left: 0; } 
     702    .blognav__widgets .widget > nav ul li, .blogextra__widgets .widget > nav ul li { 
     703      list-style-image: none; 
     704      list-style-type: none; 
     705      margin-left: 0; } 
    699706 
    700707.blognav__widgets ul, .blogextra__widgets ul { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map