PHP Classes

File: Web/styles/sass/_dash-ul.scss

Recommend this page to a friend!
  Classes of Burge Lab   Burge CMF   Web/styles/sass/_dash-ul.scss   Download  
File: Web/styles/sass/_dash-ul.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Burge CMF
Framework to publish managed content
Author: By
Last change:
Date: 7 years ago
Size: 200 bytes
 

Contents

Class file image Download
.dash-ul { list-style-type:none; } .dash-ul li:before { content: '?'; font-size: .7em; } body.rtl .dash-ul li:before { margin-left:10px; } body.ltr .dash-ul li:before { margin-right:10px; }