fix: add 2x versions of logos for header and nav

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

Branch: refs/heads/asf-site
Commit: c22981352389802c75c2b79288ff708ecc99cc81
Parents: 391340a
Author: Alex Feyerke <e...@users.noreply.github.com>
Authored: Mon Sep 19 14:44:50 2016 +0200
Committer: Alex Feyerke <e...@users.noreply.github.com>
Committed: Mon Sep 19 14:44:50 2016 +0200

----------------------------------------------------------------------
 image/co...@2x.png | Bin 0 -> 8338 bytes
 image/l...@2x.png  | Bin 0 -> 26500 bytes
 index.html         |   2 +-
 style/master.css   |   5 ++++-
 style/master.less  |   5 ++++-
 5 files changed, 9 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/c2298135/image/co...@2x.png
----------------------------------------------------------------------
diff --git a/image/co...@2x.png b/image/co...@2x.png
new file mode 100644
index 0000000..6b9e9ff
Binary files /dev/null and b/image/co...@2x.png differ

http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/c2298135/image/l...@2x.png
----------------------------------------------------------------------
diff --git a/image/l...@2x.png b/image/l...@2x.png
new file mode 100644
index 0000000..a98438f
Binary files /dev/null and b/image/l...@2x.png differ

http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/c2298135/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 1f75c0b..69defd2 100644
--- a/index.html
+++ b/index.html
@@ -76,7 +76,7 @@ Thanks to Yohei Shimomae and the Apache Cordova team for the 
original design.
 
     <div class="wrap">
 
-      <img src="image/couch.png" alt=""/>
+      <img src="image/co...@2x.png" alt=""/>
 
       <ul class="text-block">
         <li><h1><strong>Seamless</strong> multi-master sync, that</h1></li>

http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/c2298135/style/master.css
----------------------------------------------------------------------
diff --git a/style/master.css b/style/master.css
index 3b32383..bd5ece2 100644
--- a/style/master.css
+++ b/style/master.css
@@ -196,7 +196,9 @@ blockquote {
 }
 .logo,
 .closing {
-  background: url(../image/logo.png);
+  background: url(../image/l...@2x.png);
+  background-size: 250px;
+  background-repeat: no-repeat;
   background-position: 0 0px;
   position: absolute;
   left: 0;
@@ -248,6 +250,7 @@ blockquote {
   position: absolute;
   top: 32px;
   left: 24px;
+  width: 300px;
 }
 .leadin li {
   list-style: none;

http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/c2298135/style/master.less
----------------------------------------------------------------------
diff --git a/style/master.less b/style/master.less
index aaf147f..3e140d0 100644
--- a/style/master.less
+++ b/style/master.less
@@ -232,7 +232,9 @@ blockquote {
 }
 
 .logo, .closing {
-    background: url(../image/logo.png);
+    background: url(../image/l...@2x.png);
+    background-size: 250px;
+    background-repeat: no-repeat;
     background-position: 0 0px;
     position: absolute;
     left: 0;
@@ -290,6 +292,7 @@ blockquote {
     position: absolute;
     top: @gap;
     left: @gutter;
+    width: 300px;
 }
 
 .leadin li {

Reply via email to