Ignore:
Timestamp:
Sep 16, 2012, 11:31:20 PM (12 years ago)
Author:
Zaphod
Message:

version 2.3.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/theme-original.css

    r12960 r17961  
    104104}
    105105
    106 .hideTabsZone { display:none;}
     106.js .hideTabsZone { display:none;}
    107107
    108108/* Image Nav Arrows ---------------------------------------------------------------------------- */
     
    115115
    116116#theImageBox    { position: relative;}
    117 #imgprev                { background: transparent url(icon/arrows.png) 0 0 no-repeat;}
    118 #imgnext                { background: transparent url(icon/arrows.png) -20px 0 no-repeat;}
     117#imgprev                { background: transparent url(icon/arrows.png) 0 0 no-repeat; left:0;}
     118#imgnext                { background: transparent url(icon/arrows.png) -20px 0 no-repeat; right:0;}
    119119#imgprev:hover  { background: transparent url(icon/arrows.png) 0 -150px no-repeat;}
    120120#imgnext:hover  { background: transparent url(icon/arrows.png) -20px -150px no-repeat;}
Note: See TracChangeset for help on using the changeset viewer.