Changeset 10738


Ignore:
Timestamp:
May 1, 2011, 11:31:30 PM (13 years ago)
Author:
mistic100
Message:

cancel r10645

Location:
trunk/themes/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/picture.tpl

    r10645 r10738  
    107107</div>
    108108
    109 <div id="infosImage">
    110109{if $DISPLAY_NAV_THUMB}
    111110{if isset($previous)}
     
    279278</table>
    280279{/if}
    281 </div> {* <!-- infosImage --> *}
    282280
    283281<hr class="separation">
  • trunk/themes/default/theme.css

    r10645 r10738  
    356356        border: 0;
    357357}
    358  
    359 #infosImage {
    360         position:relative
    361 }
    362 
    363 #infosImage #linkPrev {
    364         position:absolute;
    365         left:0;
     358
     359#linkPrev {
     360        float: left;
    366361        margin-right: 10px;
    367362        margin-left: 5px;
    368363}
    369364
    370 #infosImage #linkNext {
    371         position:absolute;
    372         right:0;
     365#linkNext {
     366        float: right;
    373367        margin-right: 5px;
    374368        margin-left: 10px;
Note: See TracChangeset for help on using the changeset viewer.