File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -43,26 +43,30 @@ ul, ol {
43
43
border-collapse : collapse ;
44
44
border-spacing : 0 ;
45
45
vertical-align : middle ;
46
+ color : #fff ;
46
47
}
47
- .table th ,
48
- .table td {
48
+
49
+ td , th {
49
50
background-color : #fff ;
50
51
text-align : left ;
51
52
font-weight : normal ;
52
53
vertical-align : middle ;
53
54
margin : 0 ;
54
55
padding : 0 ;
55
56
}
57
+
56
58
ul , ol {
57
59
list-style : none ;
58
60
margin : 0 ;
59
61
padding : 0 ;
60
62
}
63
+
61
64
.regular-font {
62
65
font-family : inherit ;
63
66
font-size : inherit ;
64
67
font-weight : inherit ;
65
68
}
69
+
66
70
.box {
67
71
margin : 0 ;
68
72
padding : 0 ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-simple-reset" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " postcss-simple-reset is a postcss plugin to help you to reset your css via at-rules." ,
5
5
"main" : " lib/index.js" ,
6
6
"authors" : [
You can’t perform that action at this time.
0 commit comments