Sha256: 0e45c78e68c439b9ab1465dd4a6097af53daca3b04b3cc6b1448059337bc7008

Contents?: true

Size: 195 Bytes

Versions: 3

Compression:

Stored size: 195 Bytes

Contents

// Correct text resizing oddly in IE6/7 when body font-size is set using em units
// http://clagnut.com/blog/348/#c790

html {
  font-size: 100%;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
liqueur-0.1.0 app/assets/stylesheets/liqueur/reset/_fontsize_body_ie.scss
liqueur-0.0.5 app/assets/stylesheets/liqueur/reset/_fontsize_body_ie.css.scss
liqueur-0.0.4 app/assets/stylesheets/liqueur/reset/_fontsize_body_ie.css.scss