Sha256: 9916ad6fd462f26c19e32acfd1f89c722aa9925db372e036646a64b075f1bfb2

Contents?: true

Size: 795 Bytes

Versions: 3

Compression:

Stored size: 795 Bytes

Contents

/*
 *= require_self
 *= require ./bootstrap-ish
 *= require ./bootstrap-overrides
 *= require ./dialog
 *= require ./lightview
 *= require ./modal
 *= require ./statusbar
 *= require ./toolbar
 *= require ./tooltip
 *= require ./uploader
 *= require ./all_images
 */

/*
 * General Layout
 *---------------------------------------------------------------------------*/

/* Disable text sizing in webkit (ipad/iphone etc -- should apply to mercury only) */
html {
  -webkit-text-size-adjust: none;
}

html, body {
  -webkit-transition: -webkit-transform 3s;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.mercury-iframe {
  position: absolute;
  top: 0;
  width: 100%;
  visibility: hidden;
}
.mercury-focusable {
  position: absolute;
  opacity: 0;
}

.filter {
  margin: 0;
  padding: 0;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mercury-rails-0.8.0 app/assets/stylesheets/mercury/mercury.css
mercury-rails-0.7.1 app/assets/stylesheets/mercury/mercury.css
mercury-rails-0.7.0 app/assets/stylesheets/mercury/mercury.css