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/15 23:24:41 UTC

[2/4] docs commit: Removed height restriction on next/prev blog snippets

Removed height restriction on next/prev blog snippets


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

Branch: refs/heads/cordova-website
Commit: 4aa50bef2377131d122d344bbea8f11ab54abdb2
Parents: 8f3fedd
Author: riknoll <ri...@microsoft.com>
Authored: Tue Sep 15 12:10:17 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Tue Sep 15 14:24:18 2015 -0700

----------------------------------------------------------------------
 www/static/css-src/_blog.scss | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/4aa50bef/www/static/css-src/_blog.scss
----------------------------------------------------------------------
diff --git a/www/static/css-src/_blog.scss b/www/static/css-src/_blog.scss
index a488786..0d6a865 100644
--- a/www/static/css-src/_blog.scss
+++ b/www/static/css-src/_blog.scss
@@ -209,7 +209,7 @@
         footer{
             background-color: #FFF;
             margin: 100px 0;
-            
+
             .title{
                 color: #3992ab;
                 font-size: 12pt;
@@ -221,12 +221,12 @@
                 padding: 0 2px;
             }
             .content{
-                max-height: 40px;
+                margin-bottom: 20px;
             }
         }
     }
     .disqus{
-        margin: 30px 0;
+        margin: 10px 0;
     }
 
     section.nextprev-posts{


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