Changeset 933 for branches/branch-1_5/template
- Timestamp:
- Nov 13, 2005, 11:15:06 AM (19 years ago)
- Location:
- branches/branch-1_5/template/yoga
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1_5/template/yoga/image.css
r925 r933 66 66 } 67 67 68 .navThumb.prev { 68 .navThumb { 69 margin-top: 2px; 70 } 71 #thumbPrev { 69 72 float: left; 70 73 } 71 74 72 .navThumb.next {75 #thumbNext { 73 76 float: right; 74 77 } 75 78 76 .thumbLink.prev {79 #linkPrev { 77 80 margin-right: 10px; 78 81 margin-left: 5px; 79 82 } 80 83 81 .thumbLink.next {84 #linkNext { 82 85 margin-right: 5px; 83 86 margin-left: 10px; -
branches/branch-1_5/template/yoga/picture.tpl
r924 r933 66 66 67 67 <!-- BEGIN previous --> 68 <a class="navThumb prev" href="{previous.U_IMG}" title="{L_PREV_IMG}{previous.TITLE_IMG}">69 <img src="{previous.IMG}" class="thumbLink prev" alt="{previous.TITLE_IMG}">68 <a class="navThumb" id="thumbPrev" href="{previous.U_IMG}" title="{L_PREV_IMG}{previous.TITLE_IMG}"> 69 <img src="{previous.IMG}" class="thumbLink" id="linkPrev" alt="{previous.TITLE_IMG}"> 70 70 </a> 71 71 <!-- END previous --> 72 72 <!-- BEGIN next --> 73 <a class="navThumb next" href="{next.U_IMG}" title="{L_NEXT_IMG}{next.TITLE_IMG}">74 <img src="{next.IMG}" class="thumbLink next" alt="{next.TITLE_IMG}">73 <a class="navThumb" id="thumbNext" href="{next.U_IMG}" title="{L_NEXT_IMG}{next.TITLE_IMG}"> 74 <img src="{next.IMG}" class="thumbLink" id="linkNext" alt="{next.TITLE_IMG}"> 75 75 </a> 76 76 <!-- END next -->
Note: See TracChangeset
for help on using the changeset viewer.