You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/04/16 02:31:09 UTC

[05/11] git commit: Getting rid of the SVG image for the PNG version

Getting rid of the SVG image for the PNG version


Project: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/commit/762b2bf2
Tree: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/tree/762b2bf2
Diff: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/diff/762b2bf2

Branch: refs/heads/master
Commit: 762b2bf2d9c7665b0bde09dbff1c63fdaaad96e7
Parents: f682bf7
Author: Josh Bavari <jo...@raisemore.com>
Authored: Tue Apr 8 16:21:34 2014 -0500
Committer: Josh Bavari <jo...@raisemore.com>
Committed: Tue Apr 8 16:21:34 2014 -0500

----------------------------------------------------------------------
 attachments/css/layout.less | 2 +-
 attachments/css/styles.css  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/762b2bf2/attachments/css/layout.less
----------------------------------------------------------------------
diff --git a/attachments/css/layout.less b/attachments/css/layout.less
index e1b4eb7..bcc8384 100644
--- a/attachments/css/layout.less
+++ b/attachments/css/layout.less
@@ -47,7 +47,7 @@ a.dep-link {
 }
 
 .pluggy-logo {
-  background: transparent url('../img/pluggy.svg') no-repeat top left;
+  background: transparent url('../img/pluggy.png') no-repeat top left;
   background-size: contain;
 } 
 

http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/762b2bf2/attachments/css/styles.css
----------------------------------------------------------------------
diff --git a/attachments/css/styles.css b/attachments/css/styles.css
index 792a268..123baf9 100644
--- a/attachments/css/styles.css
+++ b/attachments/css/styles.css
@@ -2453,7 +2453,7 @@ a.dep-link {
   color: #fff;
 }
 .pluggy-logo {
-  background: transparent url('../img/pluggy.svg') no-repeat top left;
+  background: transparent url('../img/pluggy.png') no-repeat top left;
   background-size: contain;
 }
 .top-logo {