Ignore:
Timestamp:
Aug 3, 2012, 5:48:51 PM (12 years ago)
Author:
mistic100
Message:

improving slider display when mixing landscape and portrait photos (must use elastic=true if mixing panoramas)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ExtendedDescription/template/nivoslider/nivo-slider.css

    r17010 r17349  
    99 
    1010/* The Nivo Slider styles */
     11.slider-wrapper {
     12        margin:0 auto;
     13}
    1114.nivoSlider {
    1215        position:relative;
     
    1417        height:auto;
    1518        overflow: hidden;
     19        margin: 0 auto;
    1620}
    1721.nivoSlider img {
     
    2327        display: block !important;
    2428        position: relative !important;
    25         width: 100% !important;
     29        //width: 100% !important;
     30        margin: 0 auto;
    2631}
    2732
Note: See TracChangeset for help on using the changeset viewer.