You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by jo...@apache.org on 2017/07/13 01:42:47 UTC

incubator git commit: Fix div sizing on homepage.

Repository: incubator
Updated Branches:
  refs/heads/master 7540a465d -> b39f2f040


Fix div sizing on homepage.


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

Branch: refs/heads/master
Commit: b39f2f0406be8eb80fff814c98dd93505eb5478c
Parents: 7540a46
Author: John D. Ament <jo...@apache.org>
Authored: Wed Jul 12 21:42:42 2017 -0400
Committer: John D. Ament <jo...@apache.org>
Committed: Wed Jul 12 21:42:42 2017 -0400

----------------------------------------------------------------------
 templates/homepage.gsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator/blob/b39f2f04/templates/homepage.gsp
----------------------------------------------------------------------
diff --git a/templates/homepage.gsp b/templates/homepage.gsp
index 4b3d7a4..5d5995f 100644
--- a/templates/homepage.gsp
+++ b/templates/homepage.gsp
@@ -18,7 +18,7 @@ Our Current Podlings:
         <% rootNode.children().each { podling ->
             if (podling.@status == 'current') {
         %>
-        <div class="col-md-3"><a href="/projects/${podling.@resource}.html">${podling.@name}</a></div>
+        <div class="col-md-2"><a href="/projects/${podling.@resource}.html">${podling.@name}</a></div>
         <%
                     }
             } %>


---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org