Ignore:
Timestamp:
Apr 27, 2011, 7:54:02 PM (13 years ago)
Author:
mistic100
Message:

center informations table on first and last picture page
tested with default, sobre, os, pure, luciano, kardon, simple, stripped

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/theme.css

    r8772 r10645  
    356356        border: 0;
    357357}
    358 
    359 #linkPrev {
    360         float: left;
     358 
     359#infosImage {
     360        position:relative
     361}
     362
     363#infosImage #linkPrev {
     364        position:absolute;
     365        left:0;
    361366        margin-right: 10px;
    362367        margin-left: 5px;
    363368}
    364369
    365 #linkNext {
    366         float: right;
     370#infosImage #linkNext {
     371        position:absolute;
     372        right:0;
    367373        margin-right: 5px;
    368374        margin-left: 10px;
Note: See TracChangeset for help on using the changeset viewer.