bdaloukas / moodle-mod_game

moodle-mod_game
GNU General Public License v3.0
15 stars 40 forks source link

Prevent Style Override of Crossword #8

Closed AndreScherl closed 8 years ago

AndreScherl commented 9 years ago

The Crossword stylings in cross/play.php line 146 to 260 need a container, e.g. #region-main to prevent the style overrides of h1, h2, etc.

For example: h1 {} becomes #region-main h1 {} You should change this for all custom game stylings.

I checked it in our custom theme and the clean theme as well.

Thanks and best regards Andre

bdaloukas commented 8 years ago

I made the change you proposed. Please, take a look on it.

AndreScherl commented 8 years ago

I did not test the code but I think you did. Your changes are looking good. Thanks!