Skip to content

Commit c1aaa4a

Browse files
committed
table class fix
1 parent fc62bdc commit c1aaa4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

aline.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ img {
4040
input:focus, textarea:focus {
4141
outline: 0
4242
}
43+
table {
44+
border-spacing: 0;
45+
border-collapse: collapse
46+
}
4347
.container {
4448
margin-left: auto;
4549
margin-right: auto;

0 commit comments

Comments
 (0)