Sha256: 87196f0b228366f9b1d36043a7eb1fec23118cc41111668f4bf1d7cec22f3512

Contents?: true

Size: 978 Bytes

Versions: 1

Compression:

Stored size: 978 Bytes

Contents

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require_tree .
 *= require_self
 */

html {
  height: 100%;
}

body {
  background-color: #fff;
  color: #333;
  margin: 0;
  padding: 0;
  height: 100%;
}

body, p, ol, ul, td {
  font-family: helvetica, verdana, arial, sans-serif;
  font-size:   20px;
  line-height: 1.7em;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
snapshot_inspector-0.1.1 app/assets/stylesheets/snapshot_inspector/application.css