Changeset 9429


Ignore:
Timestamp:
Nov 14, 2010, 12:06:43 AM (13 years ago)
Author:
osimons
Message:

FullBlogPlugin: Adding Trac code.css stylesheet to all post rendering for correct rendering of inline syntax highlighting.

Fixes #3608. Sorry for the time it took to fix this... :-)

Location:
fullblogplugin/0.11/tracfullblog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fullblogplugin/0.11/tracfullblog/macros.py

    r9345 r9429  
    9797        # Rendering
    9898        add_stylesheet(formatter.req, 'tracfullblog/css/fullblog.css')
     99        add_stylesheet(formatter.req, 'common/css/code.css')
    99100
    100101        if format == 'inline':
  • fullblogplugin/0.11/tracfullblog/web_ui.py

    r8583 r9429  
    381381                    title="Create new Blog Post")
    382382        add_stylesheet(req, 'tracfullblog/css/fullblog.css')
     383        add_stylesheet(req, 'common/css/code.css')
    383384        data['blog_personal_blog'] = self.env.config.getbool('fullblog',
    384385                                                'personal_blog')
Note: See TracChangeset for help on using the changeset viewer.