Plugin Directory

Changeset 1738640

Timestamp:
09/29/2017 09:52:11 PM (8 years ago)
Author:
graphicarea
Message:

update CSS

Location:
ga-image-carousel
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ga-image-carousel/tags/1.0.2/ga-image-carousel-basic.css

    r1738493 r1738640  
    1  
    21.basic .ga-v-centered  *{
    32    box-sizing: border-box;
     
    54
    65.basic .ga-v-centered {
    7 
     6    box-sizing: border-box;
    87    justify-content: center;
    98    align-items: center;
     
    1211}
    1312.basic .ga-carousel {
     13    box-sizing: border-box;
    1414    position: relative;
    1515    overflow: hidden;
     
    1919}
    2020.basic .ga-roll {
     21    box-sizing: border-box;
    2122    position: relative;
    2223    white-space: nowrap;
  • ga-image-carousel/tags/1.0.2/ga-image-carousel-dark.css

    r1738493 r1738640  
    55
    66.dark .ga-v-centered {
    7 
     7    box-sizing: border-box;
    88    justify-content: center;
    99    align-items: center;
     
    1212}
    1313.dark .ga-carousel {
     14    box-sizing: border-box;
    1415    position: relative;
    1516    overflow: hidden;
     
    1920    }
    2021.dark .ga-roll {
     22    box-sizing: border-box;
    2123    position: relative;
    2224    white-space: nowrap;
  • ga-image-carousel/trunk/ga-image-carousel-basic.css

    r1738488 r1738640  
    1  
    21.basic .ga-v-centered  *{
    32    box-sizing: border-box;
     
    54
    65.basic .ga-v-centered {
    7 
     6    box-sizing: border-box;
    87    justify-content: center;
    98    align-items: center;
     
    1211}
    1312.basic .ga-carousel {
     13    box-sizing: border-box;
    1414    position: relative;
    1515    overflow: hidden;
     
    1919}
    2020.basic .ga-roll {
     21    box-sizing: border-box;
    2122    position: relative;
    2223    white-space: nowrap;
  • ga-image-carousel/trunk/ga-image-carousel-dark.css

    r1738488 r1738640  
    55
    66.dark .ga-v-centered {
    7 
     7    box-sizing: border-box;
    88    justify-content: center;
    99    align-items: center;
     
    1212}
    1313.dark .ga-carousel {
     14    box-sizing: border-box;
    1415    position: relative;
    1516    overflow: hidden;
     
    1920    }
    2021.dark .ga-roll {
     22    box-sizing: border-box;
    2123    position: relative;
    2224    white-space: nowrap;
Note: See TracChangeset for help on using the changeset viewer.