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

[1/9] git commit: [app] Remove dependency on .status width.

Updated Branches:
  refs/heads/master de4f3c0f2 -> 5cc3b5511


[app] Remove dependency on .status width.


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

Branch: refs/heads/master
Commit: 5cc3b551122995773f05df14145cea0f785b8807
Parents: d5396b8
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Sun Aug 12 16:09:58 2012 -0500
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sun Aug 12 16:09:58 2012 -0500

----------------------------------------------------------------------
 www/css/index.css |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/blob/5cc3b551/www/css/index.css
----------------------------------------------------------------------
diff --git a/www/css/index.css b/www/css/index.css
index 47cd302..ffb7ba8 100644
--- a/www/css/index.css
+++ b/www/css/index.css
@@ -50,6 +50,7 @@ body {
     background-position:center top;
     height:100px;                   /* add enough room for text */
     padding:180px 0px 0px 0px;      /* background-image height - image's shadow */
+    text-align:center;
 }
 
 /* lanscape layout for the app (when wide enough) */
@@ -78,11 +79,8 @@ h1 {
     -webkit-border-radius:4px;
     color:#FFFFFF;
     font-size:12px;
-    margin:0px auto;
-    padding:2px 10px;
-    text-align:center;
-    width:100%;
-    max-width:175px;
+    margin:0px 20px;
+    padding:2px 20px;
 }
 
 .status.complete {