Plugin Directory

Changeset 2597638


Ignore:
Timestamp:
09/12/2021 06:01:28 PM (4 years ago)
Author:
jweathe
Message:

Correct the readme documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • no-bs-image-slider/trunk/readme.txt

    r2597622 r2597638  
    6161Sliders are ID'd with `no-bs-image-slider-<sliderId>` and slides are ID'd with `nbis-slide-<slideId>`.
    6262
    63 
    6463An approach would be to style the slider as Flexbox, and set the order on the slides.
    65 
    66     #no-bs-image-slider-123 {
    67         display: flex;
    68     }
    69 
    70     #no-bs-image-slider-123 #nbis-slide-1 {
    71         order: 1;
    72     }
    73 
    74     #no-bs-image-slider-123 #nbis-slide-2 {
    75         order: 0;
    76     }
     64        #no-bs-image-slider-123 {
     65           display: flex;
     66        }
     67        #no-bs-image-slider-123 #nbis-slide-1 {
     68            order: 1;
     69        }
     70        #no-bs-image-slider-123 #nbis-slide-2 {
     71           order: 0;
     72        }
    7773
    7874== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.