Unfortunately, no bullets in this template will be displayed.
For example here:
http://www.bildungsspiegel.de/impressum.html
(at "Nutzungsbedingungen / AGB").
What can I do?
prh
#gkComponent ul li {
list-style: disc inside none;
margin-left:10px;
line-height:18px;
}
teitbite wrote:Hi
I've only added bullets as You requested, but of course You can extend this class to change list view:
#gkComponent ul li {
list-style: disc outside none;
margin-left:20px;
line-height:18px;
}