1 /* --------------------------------------------------------------
4 * Resets default browser CSS.
6 Based on work by Eric Meyer:
7 * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
9 -------------------------------------------------------------- */
11 html
, body
, div
, span
, object
, iframe
,
12 h1
, h2
, h3
, h4
, h5
, h6
, p
, blockquote
, pre
,
13 a
, abbr
, acronym
, address
, code
,
14 del
, dfn
, em
, img
, q
, dl
, dt
, dd
, ol
, ul
, li
,
15 fieldset
, form
, label
, legend
,
16 table
, caption
, tbody
, tfoot
, thead
, tr
, th
, td
{
24 vertical-align: baseline
;
28 body
{ line-height: 1.5; background: #fff; margin:1.5em 0; }
30 /* Tables still need 'cellspacing="0"' in the markup. */
31 caption
, th
, td
{ text-align: left
; font-weight:400; }
33 /* Remove possible quote marks (") from <q>, <blockquote>. */
34 blockquote:before
, blockquote:after
, q:before
, q:after
{ content: ""; }
35 blockquote
, q
{ quotes: "" ""; }
37 a img
{ border: none
; }