You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2012/08/28 00:07:23 UTC

git commit: [#1281] Remove horizontal and vertical scroll bars.

Updated Branches:
  refs/heads/master 5518e358d -> 1479de004


[#1281] Remove horizontal and vertical scroll bars.


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/commit/1479de00
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/tree/1479de00
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/diff/1479de00

Branch: refs/heads/master
Commit: 1479de0041af705dfa89b03f75248f73f14bfde9
Parents: 5518e35
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Mon Aug 27 15:00:18 2012 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Mon Aug 27 15:00:18 2012 -0700

----------------------------------------------------------------------
 www/css/index.css |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/blob/1479de00/www/css/index.css
----------------------------------------------------------------------
diff --git a/www/css/index.css b/www/css/index.css
index ffb7ba8..8caabd1 100644
--- a/www/css/index.css
+++ b/www/css/index.css
@@ -37,6 +37,8 @@ body {
     );
     background-attachment:fixed;
     font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
+    margin:0px;
+    padding:0px;
     text-transform:uppercase;
 }