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

[8/9] git commit: [app] Use pixels instead of em units.

[app] Use pixels instead of em units.


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

Branch: refs/heads/master
Commit: cd770201759f2f70637646c1d0c262107bc11cee
Parents: 5e2a6a7
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Sun Aug 12 13:21:37 2012 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sun Aug 12 13:28:18 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/blob/cd770201/www/css/index.css
----------------------------------------------------------------------
diff --git a/www/css/index.css b/www/css/index.css
index be0bc80..b0ca0ac 100644
--- a/www/css/index.css
+++ b/www/css/index.css
@@ -41,8 +41,8 @@ body {
 }
 
 h1 {
-    font-size:2em;
-    font-weight:300;
+    font-size:24px;
+    font-weight:normal;
     margin:0px;
     overflow:visible;
     padding:0px;
@@ -54,7 +54,7 @@ h1 {
     border-radius:4px;
     -webkit-border-radius:4px;
     color:#FFFFFF;
-    font-size:1em;
+    font-size:12px;
     margin:0px auto;
     padding:2px 10px;
     text-align:center;