Skip to content

Commit 13d103a

Browse files
committed
build CSS file
1 parent 52c744d commit 13d103a

File tree

1 file changed

+6
-26
lines changed

1 file changed

+6
-26
lines changed

flexbox-reset.css

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,14 @@ pre,
1717
a,
1818
abbr,
1919
address,
20+
big,
21+
br,
2022
cite,
2123
code,
2224
del,
2325
dfn,
2426
em,
27+
hr,
2528
img,
2629
ins,
2730
kbd,
@@ -99,8 +102,8 @@ abbr,
99102
acronym,
100103
b,
101104
bdo,
102-
br,
103105
big,
106+
br,
104107
cite,
105108
code,
106109
del,
@@ -112,6 +115,7 @@ h3,
112115
h4,
113116
h5,
114117
h6,
118+
hr,
115119
i,
116120
img,
117121
input,
@@ -147,15 +151,12 @@ a:active {
147151
}
148152
body {
149153
background-color: white;
150-
font-family: 'Fira Sans';
151-
font-size: 100%;
152154
font-stretch: normal;
153155
font-style: normal;
154156
font-variant: normal;
155157
font-weight: normal;
156-
line-height: 1.5;
158+
line-height: 1;
157159
min-height: 100vh;
158-
min-width: 100vw;
159160
}
160161
blockquote,
161162
q {
@@ -168,23 +169,6 @@ q:after {
168169
content: '';
169170
content: none;
170171
}
171-
img,
172-
embed,
173-
object,
174-
video {
175-
max-width: 100%;
176-
}
177-
input[type=date],
178-
input[type=datetime-local],
179-
input[type=month],
180-
input[type=time],
181-
input[type=week] {
182-
flex-direction: row;
183-
}
184-
input[type=radio] {
185-
min-height: 15px;
186-
min-width: 15px;
187-
}
188172
ol,
189173
ul {
190174
list-style: none;
@@ -198,10 +182,6 @@ tbody {
198182
td,
199183
th {
200184
display: table-cell;
201-
vertical-align: middle;
202-
}
203-
th {
204-
text-align: center;
205185
}
206186
thead {
207187
display: table-header-group;

0 commit comments

Comments
 (0)