Sha256: f1b30a42edf5bdabef81c23591c659245842d38919a52a06b1c84d2cae5f3c79

Contents?: true

Size: 1.29 KB

Versions: 10

Compression:

Stored size: 1.29 KB

Contents

/******** Reset default browser CSS styles. *********/
/* Based on Blueprint */

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;
}

/* Remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
}
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
h1 { font-size: 36px;}
h2 { font-size: 28px;}
h3 { font-size: 18px;}
h4 { font-size: 14px;}
h5 { font-size: 12px;}
h6 { font-size: 10px;}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hobo-0.7.0 hobo_files/plugin/generators/hobo_rapid/templates/reset.css
hobo-0.7.2 hobo_files/plugin/generators/hobo_rapid/templates/reset.css
hobo-0.7.3 hobo_files/plugin/generators/hobo_rapid/templates/reset.css
hobo-0.7.4 hobo_files/plugin/generators/hobo_rapid/templates/reset.css
hobo-0.7.5 hobo_files/plugin/generators/hobo_rapid/templates/reset.css
hobo-0.7.1 hobo_files/plugin/generators/hobo_rapid/templates/reset.css
hobo-0.8.1 rails_generators/hobo_rapid/templates/reset.css
hobo-0.8.3 rails_generators/hobo_rapid/templates/reset.css
hobo-0.8.2 rails_generators/hobo_rapid/templates/reset.css
hobo-0.8 rails_generators/hobo_rapid/templates/reset.css