Ralf Stürcken: Text in Liste wird nicht richtig umgebrochen

Beitrag lesen

Hi!

Es wäre zu schön gewesen, wenn es so ginge, tut es aber nicht.

Das zugehörige CSS sieht so aus:

  
html > .offer ul  
{  
  list-style-type:none;  
  list-style-position:outside;  
}  
  
* html .offer ul  
{  
  list-style-type:disc;  
  list-style-position:outside;  
}  
  
  
html > .offer li  
{  
 text-indent: -0.9em;  
 margin-bottom:0.4em;  
}  
  
* html .offer li  
{  
 margin-bottom:0.1em;  
}  
  
.offer li::before {  
  color: rgb(241,149,7);  
  content: "\• \A0";  
}