Adding basic reset properties to body+html to reduce friction when BODY is not deck container

This commit is contained in:
imakewebthings 2012-07-21 10:28:18 +08:00
parent 5808a3c8d7
commit 50ab2f4c7b
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,7 @@
html {
html, body {
height: 100%;
padding: 0;
margin: 0;
}
body.deck-container {

View file

@ -1,5 +1,7 @@
html {
html, body {
height:100%;
padding:0;
margin:0;
}
body.deck-container {