Fahri: CSS: li::before

Beitrag lesen

Hallo CK

also der Aufruf erfolgt

			#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" id="lister"

trotzdem werden Sie nicht vor jedem Tabellen LI angezeigt. Oder würde ich es dann in jedes LI als id einfügen?