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:47:54 UTC

[33/50] incubator-mynewt-site git commit: smaller images

smaller images


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/a0f13678
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/a0f13678
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/a0f13678

Branch: refs/heads/master
Commit: a0f13678e1243143fe529b28495b4771b876ef6e
Parents: f666a7a
Author: Gavin Jefferies <ga...@runtime.io>
Authored: Fri Oct 21 14:04:51 2016 -0700
Committer: Gavin Jefferies <ga...@runtime.io>
Committed: Fri Oct 21 14:04:51 2016 -0700

----------------------------------------------------------------------
 custom-theme/css/v2.css   | 2 +-
 custom-theme/landing.html | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0f13678/custom-theme/css/v2.css
----------------------------------------------------------------------
diff --git a/custom-theme/css/v2.css b/custom-theme/css/v2.css
index 3233a30..10a6612 100644
--- a/custom-theme/css/v2.css
+++ b/custom-theme/css/v2.css
@@ -48,7 +48,7 @@
     display: none;
     float: right;
     margin: 40px 0px 25px 50px;
-    width: 300px;
+    width: 225px;
 }
 
 @media (min-width: 768px) {

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0f13678/custom-theme/landing.html
----------------------------------------------------------------------
diff --git a/custom-theme/landing.html b/custom-theme/landing.html
index 2b7e69a..c72db9f 100644
--- a/custom-theme/landing.html
+++ b/custom-theme/landing.html
@@ -48,7 +48,7 @@ Read more about NimBLE in the <a href="https://mynewt.apache.org/latest/network/
         </div>
 
         <div class="highlight">
-            <img src="/img/secure_img.png" style="width:400px;">
+            <img src="/img/secure_img.png">
 
             <h2>Secure</h2>
 
@@ -60,7 +60,7 @@ Read more about NimBLE in the <a href="https://mynewt.apache.org/latest/network/
         </div>
 
         <div class="highlight">
-            <img src="/img/newt-img.png" style="width:400px;">
+            <img src="/img/newt-img.png">
             <h2>Easy to use</h2>
             <p>Easily composable modules and HAL (Hardware Abstraction Layer) for portability </p>
         </div>