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/20 00:00:36 UTC

[1/2] docs commit: Removed awkward text wrapping next to logos in main hero

Repository: cordova-docs
Updated Branches:
  refs/heads/cordova-website 39f76cd9c -> f9f3f19df


Removed awkward text wrapping next to logos in main hero


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

Branch: refs/heads/cordova-website
Commit: f9f3f19dfa230d384cde48568abe38c9b734a7ec
Parents: ecb170e
Author: riknoll <ri...@microsoft.com>
Authored: Fri Sep 18 16:15:51 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Sat Sep 19 14:58:59 2015 -0700

----------------------------------------------------------------------
 www/index.html                |  2 +-
 www/static/css-src/_home.scss | 16 ++++++++++++----
 2 files changed, 13 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f9f3f19d/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index 51de57e..42ab45a 100644
--- a/www/index.html
+++ b/www/index.html
@@ -20,7 +20,7 @@ permalink: /
                 <p>Native mobile apps with HTML, CSS & JavaScript</p>
                 <p>Target multiple platforms with one code base</p>
                 <p>Free and open source</p>
-                <div>
+                <div class="hero_supported_platforms">
                     <img src="{{ site.baseurl }}/static/img/platform-logos.svg" width="188px" /><a href="#supported_platforms_section" class="platforms_more">+4 more...</a>
                 </div>
                 <div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f9f3f19d/www/static/css-src/_home.scss
----------------------------------------------------------------------
diff --git a/www/static/css-src/_home.scss b/www/static/css-src/_home.scss
index 1643c13..e9ff09d 100644
--- a/www/static/css-src/_home.scss
+++ b/www/static/css-src/_home.scss
@@ -42,10 +42,18 @@ html {
 			div {
 				padding-bottom:20px;
 			}
-			.platforms_more {
-		    	font-size: 12px;
-			    padding-left: 20px;
-			    font-weight: bold;
+			.hero_supported_platforms {
+				img {
+					margin-right: 15px;
+				}
+				.platforms_more {
+					font-size: 12px;
+					font-weight: bold;
+					white-space: nowrap;
+					display: inline-block;
+					margin-top: 10px;
+					padding-left: 5px;
+				}
 			}
 		}
         .btn {


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


[2/2] docs commit: Added margin to the not latest warning alert

Posted by db...@apache.org.
Added margin to the not latest warning alert


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

Branch: refs/heads/cordova-website
Commit: ecb170edc99abb9ae5f36f656a4e7d8595728049
Parents: 39f76cd
Author: riknoll <ri...@microsoft.com>
Authored: Fri Sep 18 15:40:10 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Sat Sep 19 14:58:59 2015 -0700

----------------------------------------------------------------------
 www/_layouts/docs.html        | 2 +-
 www/static/css-src/_docs.scss | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ecb170ed/www/_layouts/docs.html
----------------------------------------------------------------------
diff --git a/www/_layouts/docs.html b/www/_layouts/docs.html
index 4e3bd4c..188be6e 100644
--- a/www/_layouts/docs.html
+++ b/www/_layouts/docs.html
@@ -155,7 +155,7 @@ analytics_id: UA-64283057-1
         <!-- Show warning if this version isn't the latest -->
         {% if page.version != 'edge' %}
         <a href="{{ site.baseurl }}/docs/{{ page.language }}/edge">
-            <div class="alert alert-warning" role="alert">
+            <div class="alert alert-warning not-latest-version-alert" role="alert">
                 <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
                 {{ page.not_latest_warning_text }}
             </div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ecb170ed/www/static/css-src/_docs.scss
----------------------------------------------------------------------
diff --git a/www/static/css-src/_docs.scss b/www/static/css-src/_docs.scss
index b02296b..d698746 100644
--- a/www/static/css-src/_docs.scss
+++ b/www/static/css-src/_docs.scss
@@ -122,6 +122,10 @@
         }
     }
 
+    .not-latest-version-alert {
+        margin-top: 22px;
+    }
+
     /* Formatting for compatibility table on plugin docs page */
     .compat {
         td {


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