From 50ab2f4c7b0d780dea41c4bb9a6f18dc0be823e5 Mon Sep 17 00:00:00 2001 From: imakewebthings Date: Sat, 21 Jul 2012 10:28:18 +0800 Subject: [PATCH] Adding basic reset properties to body+html to reduce friction when BODY is not deck container --- core/deck.core.css | 4 +++- core/deck.core.scss | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/core/deck.core.css b/core/deck.core.css index a188b28..823af0f 100644 --- a/core/deck.core.css +++ b/core/deck.core.css @@ -1,5 +1,7 @@ -html { +html, body { height: 100%; + padding: 0; + margin: 0; } body.deck-container { diff --git a/core/deck.core.scss b/core/deck.core.scss index 8deaca9..6721050 100755 --- a/core/deck.core.scss +++ b/core/deck.core.scss @@ -1,5 +1,7 @@ -html { +html, body { height:100%; + padding:0; + margin:0; } body.deck-container {