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/01 18:39:08 UTC

[15/48] git commit: [app] Remove unused Cordova logo.

[app] Remove unused Cordova logo.


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

Branch: refs/heads/master
Commit: b614ffc9d66d6426ba8659fde0ad47f0ad0089e7
Parents: 142863c
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Wed Jul 18 08:14:20 2012 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Wed Jul 18 08:14:20 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/blob/b614ffc9/www/css/index.css
----------------------------------------------------------------------
diff --git a/www/css/index.css b/www/css/index.css
index 5228eb4..c869f87 100644
--- a/www/css/index.css
+++ b/www/css/index.css
@@ -28,7 +28,7 @@ body {
 }
 
 .app {
-    background-image:url(../img/cordova-small.png);
+    background-image:url(../img/cordova.png);
     background-repeat:no-repeat;
     margin:0px auto;
     width:275px;

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

http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/blob/b614ffc9/www/img/cordova.png
----------------------------------------------------------------------
diff --git a/www/img/cordova.png b/www/img/cordova.png
index 5fe7292..e8169cf 100644
Binary files a/www/img/cordova.png and b/www/img/cordova.png differ