You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2016/11/05 04:48:05 UTC

[44/50] incubator-mynewt-site git commit: compensate for whitespace arround new logo

compensate for whitespace arround new logo


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/67f5deb5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/67f5deb5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/67f5deb5

Branch: refs/heads/master
Commit: 67f5deb5fb8a5196635063291e4a0b9682962936
Parents: e8fa428
Author: Gavin Jefferies <ga...@runtime.io>
Authored: Mon Oct 24 19:29:37 2016 -0700
Committer: Gavin Jefferies <ga...@runtime.io>
Committed: Mon Oct 24 19:29:37 2016 -0700

----------------------------------------------------------------------
 custom-theme/css/v2.css | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/67f5deb5/custom-theme/css/v2.css
----------------------------------------------------------------------
diff --git a/custom-theme/css/v2.css b/custom-theme/css/v2.css
index a364d9c..6451517 100644
--- a/custom-theme/css/v2.css
+++ b/custom-theme/css/v2.css
@@ -1,11 +1,14 @@
 
 .v2-main-banner .logo {
-    height: 150px;
+    height: 220px;
+    /* reduce the image to reduce whitespace */
+    margin-top: -35px;
+    margin-bottom: -35px;
 }
 
 .v2-main-banner .tagline {
     margin-left: 20px;
-    margin-bottom: 40px;  /* align with logo text */
+    margin-bottom: 36px;  /* align with logo text */
     display: inline-block;
     vertical-align: bottom;
 }