Changeset 758
- Timestamp:
- 05/10/07 00:32:50 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee-www/trunk/cherokee/media/css/layout.css
r756 r758 36 36 } 37 37 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; 40 40 } 41 41 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; 44 44 } 45 45 cherokee-www/trunk/cherokee/templates/base.html
r756 r758 28 28 <li><a href="/download/" id="download">{% trans "Download" %}</a></li> 29 29 <li><a href="/documentation/" id="documentation">{% trans "Documentation" %}</a></li> 30 <li><a href="/contribute/" id="contribute">{% trans "Contribute" %}</a></li>31 30 <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> 32 32 </ul> 33 33 </div>