wp/wp-content/themes/IN-MOTION-package-u1/in-motion/css/reset.css
changeset 0 d970ebf37754
equal deleted inserted replaced
-1:000000000000 0:d970ebf37754
       
     1 /* `XHTML, HTML4, HTML5 Reset
       
     2 ----------------------------------------------------------------------------------------------------*/
       
     3 
       
     4 a,
       
     5 abbr,
       
     6 acronym,
       
     7 address,
       
     8 applet,
       
     9 article,
       
    10 aside,
       
    11 audio,
       
    12 b,
       
    13 big,
       
    14 blockquote,
       
    15 body,
       
    16 canvas,
       
    17 caption,
       
    18 center,
       
    19 cite,
       
    20 code,
       
    21 dd,
       
    22 del,
       
    23 details,
       
    24 dfn,
       
    25 dialog,
       
    26 div,
       
    27 dl,
       
    28 dt,
       
    29 em,
       
    30 embed,
       
    31 fieldset,
       
    32 figcaption,
       
    33 figure,
       
    34 font,
       
    35 footer,
       
    36 form,
       
    37 header,
       
    38 hgroup,
       
    39 hr,
       
    40 html,
       
    41 i,
       
    42 iframe,
       
    43 img,
       
    44 ins,
       
    45 kbd,
       
    46 label,
       
    47 legend,
       
    48 li,
       
    49 mark,
       
    50 menu,
       
    51 meter,
       
    52 nav,
       
    53 object,
       
    54 ol,
       
    55 output,
       
    56 p,
       
    57 pre,
       
    58 progress,
       
    59 q,
       
    60 rp,
       
    61 rt,
       
    62 ruby,
       
    63 s,
       
    64 samp,
       
    65 section,
       
    66 small,
       
    67 span,
       
    68 strike,
       
    69 strong,
       
    70 sub,
       
    71 summary,
       
    72 sup,
       
    73 table,
       
    74 tbody,
       
    75 td,
       
    76 tfoot,
       
    77 th,
       
    78 thead,
       
    79 time,
       
    80 tr,
       
    81 tt,
       
    82 u,
       
    83 ul,
       
    84 var,
       
    85 video,
       
    86 xmp {
       
    87   border: 0;
       
    88   margin: 0;
       
    89   padding: 0;
       
    90 }
       
    91 
       
    92 html,
       
    93 body {
       
    94   height: 100%;
       
    95 }
       
    96 
       
    97 article,
       
    98 aside,
       
    99 details,
       
   100 figcaption,
       
   101 figure,
       
   102 footer,
       
   103 header,
       
   104 hgroup,
       
   105 menu,
       
   106 nav,
       
   107 section {
       
   108 /*
       
   109   Override the default (display: inline) for
       
   110   browsers that do not recognize HTML5 tags.
       
   111 
       
   112   IE8 (and lower) requires a shiv:
       
   113   http://ejohn.org/blog/html5-shiv
       
   114 */
       
   115   display: block;
       
   116 }
       
   117 
       
   118 
       
   119 
       
   120 
       
   121 ol,
       
   122 ul {
       
   123   list-style: none;
       
   124 }
       
   125 
       
   126 li {
       
   127 /*
       
   128   For IE6 + IE7:
       
   129 
       
   130   "display: list-item" keeps bullets from
       
   131   disappearing if hasLayout is triggered.
       
   132 */
       
   133   display: list-item;
       
   134 }
       
   135 
       
   136 
       
   137