Changes between Version 1 and Version 2 of Ticket #14219, comment 4


Ignore:
Timestamp:
Aug 16, 2023, 5:17:13 AM (11 months ago)
Author:
Alexey
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14219, comment 4

    v1 v2  
    99
    1010{{{
    11         add_stylesheet(formatter.req, 'common/css/roadmap.css')
    12 }}}
     11  #!diff
     12  Index: fullblogplugin/1.4/tracfullblog/macros.py
     13  ===================================================================
     14  --- fullblogplugin/1.4/tracfullblog/macros.py   
     15  +++ fullblogplugin/1.4/tracfullblog/macros.py   
     16  @@ -99,8 +99,8 @@
     17        # Rendering
     18        add_stylesheet(formatter.req, 'tracfullblog/css/fullblog.css')
     19        add_stylesheet(formatter.req, 'common/css/code.css')
     20  +     add_stylesheet(formatter.req, 'common/css/roadmap.css')
     21
     22       if format == 'inline':
     23            data = {'heading': heading,
     24                    'posts': post_list,
     25  }}}