Changeset 5389 for main/waeup.sirp/trunk/src
- Timestamp:
- 8 Aug 2010, 05:50:13 (14 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/browser
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/static/purple.css
r4858 r5389 12 12 a { color:#5D0265; } 13 13 .tabs .hd ul li a:hover { background-color:#8d0399; } 14 15 /***** Henrik Stuff *****/ 16 17 .breadcrumbs { 18 background-color: #fff; 19 padding: 3px; 20 margin-bottom: 1.3em 21 } 14 22 15 23 /***** Uli Stuff *****/ -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/breadcrumbs.pt
r5388 r5389 1 <div style="background-color: #fff; padding: 0.3em; margin-bottom: 0.8em">1 <div class="breadcrumbs"> 2 2 <span tal:repeat="item viewlet/getEntries"> 3 3 <a href="#"
Note: See TracChangeset for help on using the changeset viewer.