Ignore:
Timestamp:
Jan 28, 2014, 9:36:38 PM (10 years ago)
Author:
mistic100
Message:

fix slider by restoring my custom code removed with nivoSlider update

File:
1 edited

Legend:

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

    r26127 r27028  
    99 
    1010/* The Nivo Slider styles */
     11.slider-wrapper {
     12        margin:0 auto; /* custom */
     13}
    1114.nivoSlider {
    1215        position:relative;
     
    1417        height:auto;
    1518        overflow: hidden;
     19  margin: 0 auto; /* custom */
    1620}
    1721.nivoSlider img {
     
    2024        left:0px;
    2125        max-width: none;
     26  border:none !important; /* custom */
    2227}
    2328.nivo-main-image {
     
    2530        position: relative !important;
    2631        width: 100% !important;
     32  margin: 0 auto; /* custom */
    2733}
    2834
Note: See TracChangeset for help on using the changeset viewer.