Sha256: cc39f35c162962a66af00e7b47295890c6a7393e49faaae8bc1ec796b0e47c75

Contents?: true

Size: 1.28 KB

Versions: 4

Compression:

Stored size: 1.28 KB

Contents

/* CSS Document */

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,
b, u, i, center,
/* 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-size: 98%;
  vertical-align: baseline;
  background: transparent;
	text-decoration: none;
	font-family: Helvetica, "Helvetica Neue", sans-serif;
}

html {
	/*スクロールバーを常に表示*/
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

body {
  line-height: 1;
  color: #191919;
  background: white;
}
ol, ul {
	margin: 0;
	padding: 0;
  list-style: none;
}
blockquote, q {
  quotes: 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: 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
wakame-vdc-webui-11.12.0 public/stylesheets/reset.css
wakame-vdc-webui-11.06.0 public/stylesheets/reset.css
wakame-vdc-webui-10.12.0 public/stylesheets/reset.css
wakame-vdc-webui-10.11.0 public/stylesheets/reset.css