- Timestamp:
- Apr 9, 2009, 4:21:03 PM (14 years ago)
- Location:
- trac
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trac/htdocs/main.css
r156 r159 1 <?cs2 ##################################################################3 # Site CSS - Place custom CSS, including overriding styles here.4 ?>5 1 body { background: #000; color: #edd; } 6 2 /* Undo /body/ for a few other cases */ -
trac/templates/site.html
r157 r159 14 14 <div class="nav" style="float:right;"> 15 15 <ul> 16 <li class="first"><a href="${href.wiki }">Home</a></li>17 <li><a href="${href.wiki }/Downloads">Downloads</a></li>18 <li><a href="${href.wiki }/Screenshots">Screenshots</a></li>19 <li><a href="${href.wiki }/Development">Development</a></li>20 <li class="last"><a href="${href.report }/1">Bug reports</a></li>16 <li class="first"><a href="${href.wiki()}">Home</a></li> 17 <li><a href="${href.wiki('Downloads')}">Downloads</a></li> 18 <li><a href="${href.wiki('Screenshots')}">Screenshots</a></li> 19 <li><a href="${href.wiki('Development')}">Development</a></li> 20 <li class="last"><a href="${href.report(1)}">Bug reports</a></li> 21 21 </ul> 22 22 <p> Please log in as guest/guest to submit tickets. </p>
Note: See TracChangeset
for help on using the changeset viewer.