Commit ed385e4b authored by Clement Ho's avatar Clement Ho

Remove table border spacing

parent f9b53e4f
......@@ -42,6 +42,11 @@ html [type="button"],
text-align: right;
}
table {
// Remove any table border lines
border-spacing: 0;
}
// Polyfill deprecated selectors
.hidden {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment