Changing "body" only in forums.

Re: Changing "body" only in forums.

by Gareth J Barnard -
Number of replies: 0
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Hi Rick,

'body' is a tag and not a class, so:

body.path-mod-forum {
    line-height: .25em;
}

should work for all forum pages or 

body#page-mod-forum-discuss {
    line-height: .25em;
}

for that specific page.

Cheers,

Gareth