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