Sha256: 7d7899ca02b65ad6885817eafbdf3f6f45c5e6181edd570526f7b7ba0f1c7130

Contents?: true

Size: 1.16 KB

Versions: 13

Compression:

Stored size: 1.16 KB

Contents

/* From Eric Meyer, Web coding guru, at http://meyerweb.com/eric/tools/css/reset/ */
/*
	Any style rule denoted with [+] has been added.
	Any rule with [*] has been modified.
*/
/* v1.0 | 20080212 */

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, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal; /* [+] */
}
strong { font-weight: bold; }
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
imagine_cms-3.0.5 app/assets/stylesheets/reset.css
imagine_cms-3.0.4 app/assets/stylesheets/reset.css
imagine_cms-3.0.3 app/assets/stylesheets/reset.css
imagine_cms-3.0.2 app/assets/stylesheets/reset.css
imagine_cms-3.0.1 app/assets/stylesheets/reset.css
imagine_cms-3.0.0 app/assets/stylesheets/reset.css
imagine_cms-3.0.0.beta13 app/assets/stylesheets/reset.css
imagine_cms-3.0.0.beta12 app/assets/stylesheets/reset.css
imagine_cms-3.0.0.beta11 app/assets/stylesheets/reset.css
imagine_cms-3.0.0.beta10 app/assets/stylesheets/reset.css
imagine_cms-3.0.0.beta9 app/assets/stylesheets/reset.css
imagine_cms-3.0.0.beta8 app/assets/stylesheets/reset.css
imagine_cms-3.0.0.beta7 app/assets/stylesheets/reset.css