Source: dist/css/acc_uc.css, line 2390
6.1 Marker
Markers classes change the styles and looks of the the list item maker. Marker must attach to the parent UL or Ol and will not style the grand children.
Source: dist/css/acc_uc.css, line 2390
Markers classes change the styles and looks of the the list item maker. Marker must attach to the parent UL or Ol and will not style the grand children.
primary colored list markers.
secondary colored list markers.
accent colored list markers.
alert colored list markers.
warning colored list markers.
success colored list markers.
highlight colored list markers.
black colored list markers.
white colored list markers.
<ul class="[modifier class]">
<li>List Item Text</li>
<li>List Item Text</li>
<li>List Item Text
<ul class="">
<li>List Item Grand Children</li>
<li>List Item Grand Children</li>
</ul>
</li>
</ul>
<ol class="[modifier class]">
<li>List Item Text</li>
<li>List Item Text</li>
<li>List Item Text</li>
</ol>