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/12 23:14:33 UTC

[9/9] git commit: [app] Remove CSS for old layout approach.

[app] Remove CSS for old layout approach.


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/5e2a6a75
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/tree/5e2a6a75
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/diff/5e2a6a75

Branch: refs/heads/master
Commit: 5e2a6a75f0339be68d39d6509b532ff622a6ba14
Parents: de4f3c0
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Sun Aug 12 13:15:52 2012 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sun Aug 12 13:15:52 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/blob/5e2a6a75/www/css/index.css
----------------------------------------------------------------------
diff --git a/www/css/index.css b/www/css/index.css
index 2fcce99..be0bc80 100644
--- a/www/css/index.css
+++ b/www/css/index.css
@@ -36,10 +36,8 @@ body {
         color-stop(0.51, #E4E4E4)
     );
     background-attachment:fixed;
-    display:table-cell;
     font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
     text-transform:uppercase;
-    vertical-align:middle;
 }
 
 h1 {