Changeset 886


Ignore:
Timestamp:
Oct 15, 2005, 10:34:24 PM (19 years ago)
Author:
chrisaga
Message:

kill bug 0000170: class="thumbLink"
moved inline style declaration to css

Location:
trunk/template/yoga
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/image.css

    r859 r886  
    7272}
    7373
     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
    7484TABLE.infoTable {
    7585    margin: auto;
  • trunk/template/yoga/picture.tpl

    r870 r886  
    6767<!-- BEGIN previous -->
    6868<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}">
    7070</a>
    7171<!-- END previous -->
    7272<!-- BEGIN next -->
    7373<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}">
    7575</a>
    7676<!-- END next -->
Note: See TracChangeset for help on using the changeset viewer.