Changeset 886 for trunk/template/yoga
- Timestamp:
- Oct 15, 2005, 10:34:24 PM (19 years ago)
- Location:
- trunk/template/yoga
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/image.css
r859 r886 72 72 } 73 73 74 .thumbLink.prev { 75 margin-right: 10px; 76 margin-left: 5px; 77 } 78 79 .thumbLink.next { 80 margin-right: 5px; 81 margin-left: 10px; 82 } 83 74 84 TABLE.infoTable { 75 85 margin: auto; -
trunk/template/yoga/picture.tpl
r870 r886 67 67 <!-- BEGIN previous --> 68 68 <a class="navThumb prev" href="{previous.U_IMG}" title="{L_PREV_IMG}{previous.TITLE_IMG}"> 69 <img src="{previous.IMG}" class="thumbLink " style="margin-right:10px;margin-left:5px;" alt="{previous.TITLE_IMG}">69 <img src="{previous.IMG}" class="thumbLink prev" alt="{previous.TITLE_IMG}"> 70 70 </a> 71 71 <!-- END previous --> 72 72 <!-- BEGIN next --> 73 73 <a class="navThumb next" href="{next.U_IMG}" title="{L_NEXT_IMG}{next.TITLE_IMG}"> 74 <img src="{next.IMG}" alt="{next.TITLE_IMG}">74 <img src="{next.IMG}" class="thumbLink next" alt="{next.TITLE_IMG}"> 75 75 </a> 76 76 <!-- END next -->
Note: See TracChangeset
for help on using the changeset viewer.