Remove last custom reset styles

This commit is contained in:
Andy Allan 2020-01-15 16:16:43 +01:00
parent ecf8590214
commit 5c933868db

View file

@ -3,19 +3,6 @@
/* Styles common to large and small screens */ /* Styles common to large and small screens */
/* Minimal CSS reset */
html, body {
margin: 0;
padding: 0;
border: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.fillL { background-color: white; } .fillL { background-color: white; }
/* Default rules for the body of every page */ /* Default rules for the body of every page */