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

[4/9] git commit: [app] Rename cordova.png to logo.png

[app] Rename cordova.png to logo.png


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

Branch: refs/heads/master
Commit: 42e3baa0901d9f776c20e0c290907f7c51cbb472
Parents: e699ac5
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Sun Aug 12 15:50:26 2012 -0500
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sun Aug 12 15:50:26 2012 -0500

----------------------------------------------------------------------
 www/css/index.css   |    2 +-
 www/img/cordova.png |  Bin 19932 -> 0 bytes
 www/img/logo.png    |  Bin 0 -> 19932 bytes
 3 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/blob/42e3baa0/www/css/index.css
----------------------------------------------------------------------
diff --git a/www/css/index.css b/www/css/index.css
index 1162d00..47cd302 100644
--- a/www/css/index.css
+++ b/www/css/index.css
@@ -42,7 +42,7 @@ body {
 
 /* portrait layout for the app (default) */
 .app {
-    background:url(../img/cordova.png) no-repeat;
+    background:url(../img/logo.png) no-repeat;
     position:absolute;
     left:50%;
     top:50%;

http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/blob/42e3baa0/www/img/cordova.png
----------------------------------------------------------------------
diff --git a/www/img/cordova.png b/www/img/cordova.png
deleted file mode 100644
index e8169cf..0000000
Binary files a/www/img/cordova.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/blob/42e3baa0/www/img/logo.png
----------------------------------------------------------------------
diff --git a/www/img/logo.png b/www/img/logo.png
new file mode 100644
index 0000000..e8169cf
Binary files /dev/null and b/www/img/logo.png differ