You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/09/22 02:18:15 UTC

docs commit: Small spelling and spacing changes.

Repository: cordova-docs
Updated Branches:
  refs/heads/cordova-website 139e93421 -> b8f601df2


Small spelling and spacing changes.


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/b8f601df
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/b8f601df
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/b8f601df

Branch: refs/heads/cordova-website
Commit: b8f601df2720696fe334db29a1f49a1e515fcccb
Parents: 139e934
Author: Dmitry Blotsky <dm...@gmail.com>
Authored: Mon Sep 21 17:18:10 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Mon Sep 21 17:18:10 2015 -0700

----------------------------------------------------------------------
 www/index.html                | 4 ++--
 www/static/css-src/_home.scss | 9 ++++-----
 2 files changed, 6 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b8f601df/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index 42ab45a..af78e44 100644
--- a/www/index.html
+++ b/www/index.html
@@ -17,7 +17,7 @@ permalink: /
             <div class="col-xs-12 col-sm-7 hero_content">
                 <img class="hero_logo hidden-xs" src="{{ site.baseurl }}/static/img/logo_text.svg" />
                 <!-- <img class="hero_logo visible-xs" src="{{ site.baseurl }}/static/img/logo_full_2.svg" /> -->
-                <p>Native mobile apps with HTML, CSS & JavaScript</p>
+                <p>Native mobile apps with HTML, CSS & JS</p>
                 <p>Target multiple platforms with one code base</p>
                 <p>Free and open source</p>
                 <div class="hero_supported_platforms">
@@ -53,7 +53,7 @@ permalink: /
             <div class="col-xs-4">
                 <div class="row">
                     <div class="col-sm-4 col-md-3"><div class="sprite_img" id="sprite_apis"></div></div>
-                    <div class="col-sm-8 col-md-9"><div class="value_prop"><p>Access native Device APIs</p></div></div>
+                    <div class="col-sm-8 col-md-9"><div class="value_prop"><p>Access native device APIs</p></div></div>
                 </div>
             </div>
         </div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b8f601df/www/static/css-src/_home.scss
----------------------------------------------------------------------
diff --git a/www/static/css-src/_home.scss b/www/static/css-src/_home.scss
index e9ff09d..ee68c8d 100644
--- a/www/static/css-src/_home.scss
+++ b/www/static/css-src/_home.scss
@@ -91,15 +91,14 @@ html {
 }
 
 #hero_bottom_strip {
-    min-height: 200px;
     background-color: rgb(42,42,42);
     color: white;
     width: 100%;
     margin: 0;
 
 	.container {
-		padding-top:55px;
-		padding-bottom:55px;
+		padding-top:30px;
+		padding-bottom:30px;
 		font-size: 18px;
 	}
 	.sprite_img {
@@ -130,8 +129,8 @@ html {
 	#hero_bottom_strip {
 		min-height: initial;
 		.container {
-			padding-top: 10px;
-			padding-bottom: 20px;
+			padding-top: 15px;
+			padding-bottom: 30px;
 			font-size: 1em;
 			text-align: center;
 		}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org