Changes between Initial Version and Version 1 of Ticket #12550


Ignore:
Timestamp:
Oct 22, 2015, 6:56:48 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12550

    • Property Summary changed from can't find iamge specified in theme.css to can't find image specified in theme.css
  • Ticket #12550 – Description

    initial v1  
    22
    33with style:
    4 {{{
     4{{{#!css
    55#banner {
    6 background: url(header-bg2.png);
     6 background: url(header-bg2.png);
    77}
    88}}}
    99
    1010
    11 and I put header-bg2.png to my <trac_project>/htdocs/
     11and I put `header-bg2.png` in my `<trac_project>/htdocs/`
    1212The ThemeEnginePlugin can't find it.
    13 
    1413
    1514Fix method:
    1615
    17 {{{
    18 svn diff
     16{{{#!diff
    1917Index: admin.py
    2018===================================================================