Changeset 18155 for platform

Show
Ignore:
Timestamp:
08/24/08 02:33:51 (5 years ago)
Author:
hirobe
Message:

css周りをちょっと変更

Location:
platform/trac/plugins/wlwriter/trunk/wlwriter
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • platform/trac/plugins/wlwriter/trunk/wlwriter/adapter.py

    r17552 r18155  
    294294        data = {} 
    295295        add_stylesheet(req, 'common/css/wiki.css') 
    296         add_stylesheet(req, 'tracblogrpc/css/wiki_temp_view.css') 
     296        add_stylesheet(req, 'wlwriter/css/wiki_temp_view.css') 
    297297        return "wiki_weblayout.html",data,None 
    298298     
     
    487487    def process_weblayout(self,req): 
    488488        add_stylesheet(req, 'common/css/ticket.css') 
     489        add_stylesheet(req, 'wlwriter/css/wiki_temp_view.css') 
    489490 
    490491        class DumyTicket(ticketmodel.Ticket): 
  • platform/trac/plugins/wlwriter/trunk/wlwriter/htdocs/css/wiki_temp_view.css

    r11204 r18155  
    1414blockquote,pre { 
    1515 font-family:monospace; 
    16  overflow: visible; 
    1716 background: #f7f7f7; 
    1817 border: 1px solid #d7d7d7; 
     
    2019 border-bottom: 1px solid #d7d7d7; 
    2120 margin: 1em 1.75em; 
    22  padding: .25em; 
    2321} 
  • platform/trac/plugins/wlwriter/trunk/wlwriter/wlwriter.py

    r17326 r18155  
    2626    # ITemplateProvider methods 
    2727    def get_htdocs_dirs(self): 
    28         return [('blogrsd',pkg_resources.resource_filename(__name__, 'htdocs'))] 
     28        return [('wlwriter',pkg_resources.resource_filename(__name__, 'htdocs'))] 
    2929 
    3030    def get_templates_dirs(self):