which files to patch for a div around glossary content

which files to patch for a div around glossary content

by Urs Hunkler -
Number of replies: 1
Picture of Core developers
dear developers,

with david's help i got the course page css working.

now i need to change the style of the glossary: the surrounding square and the tabs. changing the style of the two classes "generaltab..." and "forumpost..." change the style of all elemnts with this class. i can individually change the style of these elements with a Contextual Selector like "#act-glossary generaltab { background-color:yellow }". i just have to place a content div around the glossary part of the page.

which files do i have to change where by adding
and
.

thanks for your help
urs
Average of ratings: -
In reply to Urs Hunkler

Re: which files to patch for a div around glossary content

by Urs Hunkler -
Picture of Core developers
I've searched the code and found the relevant locations in the code

if you are interested you can have a look at the Developer Wiki / "Reforming the CSS" / "Template Changes - First step"

urs