]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/javascript/yui/build/reset/reset.css
Release 6.5.0
[Github/sugarcrm.git] / include / javascript / yui / build / reset / reset.css
1 /*
2 Copyright (c) 2011, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.com/yui/license.html
5 version: 2.9.0
6 */
7 /**
8  * YUI Reset
9  * @module reset
10  * @namespace
11  * @requires 
12  */
13 html {
14         color: #000;
15         background: #FFF;
16 }
17
18 body,
19 div,
20 dl,
21 dt,
22 dd,
23 ul,
24 ol,
25 li,
26 h1,
27 h2,
28 h3,
29 h4,
30 h5,
31 h6,
32 pre,
33 code,
34 form,
35 fieldset,
36 legend,
37 input,
38 button,
39 textarea,
40 select,
41 p,
42 blockquote,
43 th,
44 td {
45         margin: 0;
46         padding: 0;
47 }
48
49 table {
50         border-collapse: collapse;
51         border-spacing: 0;
52 }
53
54 fieldset,
55 img {
56         border: 0;
57 }
58
59 address,
60 button,
61 caption,
62 cite,
63 code,
64 dfn,
65 em,
66 input,
67 optgroup,
68 option,
69 select,
70 strong,
71 textarea,
72 th,
73 var {
74     font:inherit;
75 }
76
77 del,
78 ins {
79         text-decoration: none;
80 }
81
82 li {
83         list-style: none;
84 }
85
86 caption,
87 th {
88         text-align: left;
89 }
90
91 h1,
92 h2,
93 h3,
94 h4,
95 h5,
96 h6 {
97         font-size: 100%;
98         font-weight: normal;
99 }
100
101 q:before,
102 q:after {
103         content: '';
104 }
105
106 abbr,
107 acronym {
108         border: 0;
109         font-variant: normal;
110 }
111
112 sup {
113         vertical-align: baseline;
114 }
115
116 sub {
117         vertical-align: baseline;
118 }
119
120 /*because legend doesn't inherit in IE */
121 legend {
122         color: #000;
123 }