You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by de...@apache.org on 2013/09/25 16:14:40 UTC

[2/2] git commit: updated refs/heads/master to 2a90b39

Update the Logo


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/2a90b39c
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/2a90b39c
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/2a90b39c

Branch: refs/heads/master
Commit: 2a90b39ceaa57675d3b01e9198f95eb55ffc8fbd
Parents: 9165a71
Author: suelockwood <de...@gmail.com>
Authored: Wed Sep 25 10:14:31 2013 -0400
Committer: suelockwood <de...@gmail.com>
Committed: Wed Sep 25 10:14:31 2013 -0400

----------------------------------------------------------------------
 src/fauxton/assets/img/couchdb-site.png | Bin 0 -> 4946 bytes
 src/fauxton/assets/img/minilogo.png     | Bin 7497 -> 2927 bytes
 src/fauxton/assets/less/fauxton.less    |   7 +++++--
 3 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/2a90b39c/src/fauxton/assets/img/couchdb-site.png
----------------------------------------------------------------------
diff --git a/src/fauxton/assets/img/couchdb-site.png b/src/fauxton/assets/img/couchdb-site.png
new file mode 100644
index 0000000..a9b3a99
Binary files /dev/null and b/src/fauxton/assets/img/couchdb-site.png differ

http://git-wip-us.apache.org/repos/asf/couchdb/blob/2a90b39c/src/fauxton/assets/img/minilogo.png
----------------------------------------------------------------------
diff --git a/src/fauxton/assets/img/minilogo.png b/src/fauxton/assets/img/minilogo.png
index 6d48d23..63e005c 100644
Binary files a/src/fauxton/assets/img/minilogo.png and b/src/fauxton/assets/img/minilogo.png differ

http://git-wip-us.apache.org/repos/asf/couchdb/blob/2a90b39c/src/fauxton/assets/less/fauxton.less
----------------------------------------------------------------------
diff --git a/src/fauxton/assets/less/fauxton.less b/src/fauxton/assets/less/fauxton.less
index 4255a1e..4292ff9 100644
--- a/src/fauxton/assets/less/fauxton.less
+++ b/src/fauxton/assets/less/fauxton.less
@@ -155,7 +155,7 @@ a:hover{
       padding: 10px;
       .icon{
         .box-sizing(content-box);
-        background: url(../img/minilogo.png) no-repeat 0 0;
+        background: url(../img/couchdb-site.png) no-repeat 0 0;
         display: block;
         height: 100%;
         width: 100%; 
@@ -178,7 +178,10 @@ a:hover{
         background-color: @orange;
       }
       .closeMenu & {
-        width: 40px;
+        .icon {
+          background: url(../img/minilogo.png) no-repeat 0 0;
+        }
+        width: 45px;
         .burger{
           left: 0;
         }