small change

This commit is contained in:
Joshua Seigler 2014-12-22 13:26:17 -05:00
parent 65f6b23d5f
commit ea3f9cd900

View file

@ -3,13 +3,15 @@
*, *:after, *:before {
box-sizing: inherit;
}
html, body {
html, body, form, label {
margin: 0;
padding: 0;
}
html, body {
height: 100%;
line-height: 1.2;
box-sizing: border-box;
background-color: #254b72; // #624200
background-color: #254b72;
background-image: url('/assets/images/table.svg');
background-size: 100% 100%;
}