Fahri: CSS: li::before

Beitrag lesen

Hallo Matthias,

Es darf nur ein Element mit der ID "lister" geben.

dh. ich müsste es als Class aus geben?

			.lister li:before {
				 content: "\e063";
				font-family: 'Glyphicons Halflings';
				font-size: 13px;
				float: left;
				margin-top: 4px;
				margin-left: -20px;
				color: #3498db;
			}
<table class="table lister"