Support Forums

Got a question? Post it here. We'd love to help.

Knowledge Base:

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthortodd
    • CommentTimeAug 18th 2008
     

    I know the book module is not a standard module, but something has happened to either the latest version of the book module or the latest custom corners code because the chapter titles are now a very very small font (see attachment) in both Vitality and Custom Corners. In the standard themes they render the same as always, but I'm just wondering about suggestions to increase the font in book chapter titles without messing up anything else.

    FYI- The latest version of Moodle 1.9.2+ is rendering SCORM correctly in a custom corners theme. If you are having trouble with SCORM, it would be worth your while to upgrade.

    Todd

    •  
      CommentAuthorptrkmkl
    • CommentTimeAug 18th 2008
     

    This should be an easy fix. Any chance of getting me access to an instance of this on your server?

    Also, thanks for your continued updates on SCORM in custom corners.

    •  
      CommentAuthorptrkmkl
    • CommentTimeAug 19th 2008 edited
     

    Thanks for emailing the links. To fix, add the following to styles.css:

    .booktable .generalbox .book_toc_none ul li{ font-size:1.1em; }

    You can, of course, edit the font-size em value to suit your preference (ex: 1em, 1.2em, etc.)