From 3539eeb052a176a11aee55fe2f78b154d867b0ee Mon Sep 17 00:00:00 2001 From: Bala Clark Date: Wed, 31 Aug 2011 00:11:04 +0200 Subject: [PATCH] no margins for nav controls --- styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.css b/styles.css index 86ed3a6..ec7152b 100644 --- a/styles.css +++ b/styles.css @@ -19,6 +19,7 @@ body { .control.navigate { top: 0; + margin: 0; cursor: pointer; width: 128px; background: center no-repeat;