Split into reset/normalise/files

This commit is contained in:
Mike Francis 2015-04-02 10:45:33 +01:00
parent 7803ab7803
commit cf8b8e1870
8 changed files with 48 additions and 47 deletions

View file

@ -2,6 +2,7 @@
background-color: transparent;
border: 0;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
margin: 0;
padding: 0;
text-rendering: optimizeLegibility;
@ -42,14 +43,13 @@ button {
button {
cursor: pointer;
&[disabled] {
cursor: default;
cursor: not-allowed;
}
}
table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
th,
td {
text-align: left;