Plugin Directory

Changeset 2597639


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

Correct the readme documentation again. FAQ section has some extra parsing that needs to be accounted for somehow.

File:
1 edited

Legend:

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

    r2597638 r2597639  
    6262
    6363An approach would be to style the slider as Flexbox, and set the order on the slides.
    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         }
     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> }
    7373
    7474== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.