Changeset 758

Show
Ignore:
Timestamp:
05/10/07 00:32:50 (1 year ago)
Author:
brian
Message:

moved Contribute to Code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee-www/trunk/cherokee/media/css/layout.css

    r756 r758  
    3636} 
    3737 
    38 #nav li a#contribute
    39     background: url(../img/contribute.png) left center no-repeat; 
     38#nav li a#blog
     39    background: url(../img/blog.png) left center no-repeat; 
    4040} 
    4141 
    42 #nav li a#blog
    43     background: url(../img/blog.png) left center no-repeat; 
     42#nav li a#code
     43    background: url(../img/code.png) left center no-repeat; 
    4444} 
    4545 
  • cherokee-www/trunk/cherokee/templates/base.html

    r756 r758  
    2828            <li><a href="/download/" id="download">{% trans "Download" %}</a></li> 
    2929            <li><a href="/documentation/" id="documentation">{% trans "Documentation" %}</a></li> 
    30             <li><a href="/contribute/" id="contribute">{% trans "Contribute" %}</a></li> 
    3130            <li><a href="/blog/" id="blog">{% trans "Blog" %}</a></li> 
     31            <li><a href="http://code.cherokee-project.com/" id="code">{% trans "Code" %}</a></li> 
    3232        </ul> 
    3333    </div>