Sha256: 13941ef71f63ef0f3998c95a10b50ae0e08502649a45ad3faa765848ad60986b

Contents?: true

Size: 1.02 KB

Versions: 4

Compression:

Stored size: 1.02 KB

Contents

// Reset CSS styles in the browser before we apply our own.
// Generated 10/1/2007 by yong joseph bakos
// This is a sassified version of Eric Meyer's reset.css: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
// origin: RM

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
  :margin 0
  :padding 0
  :border 0
  :outline 0
  :font-weight inherit
  :font-style inherit
  :font-size 100%
  :font-family inherit
  :vertical-align baseline

*:focus
  :outline 0

body
  :line-height 1
  :color black
  :background white

ol, ul
  :list-style none

table
  :border-collapse separate
  :border-spacing 0

caption, th, td
  :text-align left
  :font-weight normal

blockquote:before, blockquote:after, q:before, q:after
  :content ""

blockquote, q
  :quotes "" ""

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
serum-rails-0.2.1 spec/test_apps/rails-2-3/public/stylesheets/sass/_reset.sass
serum-rails-0.2.0 spec/test_apps/rails-2-3/public/stylesheets/sass/_reset.sass
serum-rails-0.1.1 spec/test_app/public/stylesheets/sass/_reset.sass
serum-rails-0.1.0 spec/test_app/public/stylesheets/sass/_reset.sass