31c133c961
commit 29a8d150c7e993c5379bf974ff75da9388ff1f37 Author: Christian Montoya <sirokai@gmail.com> Date: Tue Sep 14 17:10:53 2010 -0400 Fixing reset.css, preventing table cell floating
43 lines
981 B
CSS
43 lines
981 B
CSS
html {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0; }
|
|
|
|
.bp-reset-element, body, h1, h2, h3, h4, h5, h6, article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote, q, th, td, caption, table,
|
|
div, span, object, iframe, p,
|
|
pre, a, abbr, acronym, address,
|
|
code, del, dfn, em, img,
|
|
dl, dt, dd, ol, ul, li, fieldset,
|
|
form, label, legend,
|
|
caption, tbody, tfoot, thead, tr {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
font-weight: inherit;
|
|
font-style: inherit;
|
|
font-size: 100%;
|
|
font-family: inherit;
|
|
vertical-align: baseline; }
|
|
|
|
article, aside, dialog, figure, footer, header, hgroup, nav, section {
|
|
display: block; }
|
|
|
|
blockquote, q {
|
|
quotes: "" ""; }
|
|
blockquote:before, blockquote:after, q:before, q:after {
|
|
content: ""; }
|
|
|
|
th, td, caption {
|
|
float: none !important;
|
|
text-align: left;
|
|
font-weight: normal;
|
|
vertical-align: middle; }
|
|
|
|
table {
|
|
border-collapse: separate;
|
|
border-spacing: 0;
|
|
vertical-align: middle; }
|
|
|
|
a img {
|
|
border: none; }
|