This commit is contained in:
Scott Davis 2011-02-24 00:20:13 -05:00
commit 1c71df3b41
3 changed files with 36 additions and 34 deletions

View File

@ -1,33 +1,32 @@
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,
del, dfn, em, 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 {
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
font: inherit;
vertical-align: baseline; }
body {
line-height: 1;
color: black;
background: white; }
line-height: 1; }
ol, ul {
list-style: none; }
table {
border-collapse: separate;
border-spacing: 0;
vertical-align: middle; }
border-collapse: collapse;
border-spacing: 0; }
caption, th, td {
text-align: left;
@ -35,13 +34,18 @@ caption, th, td {
vertical-align: middle; }
q, blockquote {
quotes: "" ""; }
quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
content: ""; }
content: "";
content: none; }
a img {
border: none; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1.5;
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;

View File

@ -2,7 +2,6 @@ ul.horizontal {
margin: 0;
padding: 0;
border: 0;
outline: 0;
overflow: hidden;
*zoom: 1; }
ul.horizontal li {
@ -25,7 +24,6 @@ ul.wide-horizontal {
margin: 0;
padding: 0;
border: 0;
outline: 0;
overflow: hidden;
*zoom: 1; }
ul.wide-horizontal li {
@ -48,7 +46,6 @@ ul.right-horizontal {
margin: 0;
padding: 0;
border: 0;
outline: 0;
overflow: hidden;
*zoom: 1; }
ul.right-horizontal li {
@ -71,7 +68,6 @@ ul.no-padding {
margin: 0;
padding: 0;
border: 0;
outline: 0;
overflow: hidden;
*zoom: 1; }
ul.no-padding li {
@ -86,7 +82,6 @@ ul.inline-block {
margin: 0;
padding: 0;
border: 0;
outline: 0;
overflow: hidden;
*zoom: 1; }
ul.inline-block li {
@ -106,7 +101,6 @@ ul.wide-inline-block {
margin: 0;
padding: 0;
border: 0;
outline: 0;
overflow: hidden;
*zoom: 1; }
ul.wide-inline-block li {

View File

@ -1,33 +1,32 @@
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,
del, dfn, em, 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 {
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
font: inherit;
vertical-align: baseline; }
body {
line-height: 1;
color: black;
background: white; }
line-height: 1; }
ol, ul {
list-style: none; }
table {
border-collapse: separate;
border-spacing: 0;
vertical-align: middle; }
border-collapse: collapse;
border-spacing: 0; }
caption, th, td {
text-align: left;
@ -35,13 +34,18 @@ caption, th, td {
vertical-align: middle; }
q, blockquote {
quotes: "" ""; }
quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
content: ""; }
content: "";
content: none; }
a img {
border: none; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; }
.unregistered-only, .registered-only {
display: none; }