XenForo css for help-pages

R

Robert9

Guest
How can i use css in help pages only, please?
This does not work

Code:

Code:
[data-template="help_wrapper"]
{
    ul li, ol li {
        padding-top: 16px;
        padding-bottom: 14px;   
    }   
}

Continue reading...