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/30 20:13:06 UTC

[2/2] docs commit: Fixing spacing for tools/apps cards.

Fixing spacing for tools/apps cards.


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

Branch: refs/heads/cordova-website
Commit: 9c9e2c2e6f04434445f8bbd8df612aeed0aef3fd
Parents: e541a99
Author: Dmitry Blotsky <dm...@gmail.com>
Authored: Wed Sep 30 11:12:52 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Wed Sep 30 11:12:52 2015 -0700

----------------------------------------------------------------------
 www/static/css-src/_home.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9c9e2c2e/www/static/css-src/_home.scss
----------------------------------------------------------------------
diff --git a/www/static/css-src/_home.scss b/www/static/css-src/_home.scss
index 510b29e..2f9383d 100644
--- a/www/static/css-src/_home.scss
+++ b/www/static/css-src/_home.scss
@@ -280,13 +280,13 @@ img#logo_top {
             .card_title {
                 color: $brand-primary;
                 font-weight: bold;
+                padding-top: 10px;
             }
             .card_inner {
                 background-color:darken(white, 85%);
                 padding: 32px 16px 32px 16px;
                 img {
                     height:50px;
-                    padding-bottom:10px;
                 }
                 &.tool .text {
                     height: 250px;
@@ -300,7 +300,7 @@ img#logo_top {
                 height: 100px;
                 img {
                     height: 100%;
-                    border-radius:22px;
+                    border-radius: 22px;
                 }
             }
         }


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