Sha256: d6b8ffd9283f83ca74726da810ed071537d8932fb05e3a1020a21f09556f5c93

Contents?: true

Size: 783 Bytes

Versions: 15

Compression:

Stored size: 783 Bytes

Contents

/*Smartphones (portrait and landscape) ----------- */
/*@media only screen
and (min-width : 320px)
and (max-width : 480px) {

}*/
/* Smartphones (portrait) ----------- */
/* Styles */
/* line 17, ../scss/phone.scss */
slides > slide {
  /*  width: $slide-width !important;
    height: $slide-height !important;
    margin-left: -$slide-width / 2 !important;
    margin-top: -$slide-height / 2 !important;
  */
  -webkit-transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
  /* Styles */
}

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
slideoff-0.4.0 themes/io2012/css/phone.css
slideoff-0.3.5 themes/io2012/css/phone.css
slideoff-0.3.4 themes/io2012/css/phone.css
slideoff-0.3.3 themes/io2012/css/phone.css
slideoff-0.3.2 themes/io2012/css/phone.css
slideoff-0.3.1 themes/io2012/css/phone.css
slideoff-0.3 themes/io2012/css/phone.css
slideoff-0.2 themes/io2012/css/phone.css
slideoff-0.1 themes/io2012/css/phone.css
slide-em-up-0.3.5 themes/io2012/css/phone.css
slide-em-up-0.3.4 themes/io2012/css/phone.css
slide-em-up-0.3.3 themes/io2012/css/phone.css
slide-em-up-0.3.2 themes/io2012/css/phone.css
slide-em-up-0.3.1 themes/io2012/css/phone.css
slide-em-up-0.3.0 themes/io2012/css/phone.css