문제

I have chosen to place the table of contents in the sidebar instead of the actual article in DokuWiki. This makes the regular css-styles for customizing the TOC un-usable. I am not able to find the right css-styles as well as which css file I should be editing.

I simply want to make the TOC list without bullets.

도움이 되었습니까?

해결책 2

#dokuwiki__aside ul li {
  list-style: none outside none;
}

if that doesn't work right click the list and select inspect element to find the correct target.

다른 팁

The Css for a bulletless list is:

ul
{
list-style-type: none;
}
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top