You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by jm...@apache.org on 2019/11/27 05:09:39 UTC

[incubator] branch master updated: bold table title and fix footer spacing

This is an automated email from the ASF dual-hosted git repository.

jmclean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator.git


The following commit(s) were added to refs/heads/master by this push:
     new b164460  bold table title and fix footer spacing
     new a63f094  Merge pull request #53 from justinmclean/master
b164460 is described below

commit b164460941868c1bb35977174e23c39618cbbca0
Author: Justin Mclean <jm...@apache.org>
AuthorDate: Wed Nov 27 16:08:47 2019 +1100

    bold table title and fix footer spacing
---
 templates/homepage.gsp | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/templates/homepage.gsp b/templates/homepage.gsp
index ab78b5e..b52c0dc 100644
--- a/templates/homepage.gsp
+++ b/templates/homepage.gsp
@@ -8,7 +8,7 @@
 
 ${content.body}
 
-Our Current Podlings:
+<b>Our Current Podlings:</b>
 <%
     def source = new java.net.URL("http://svn.apache.org/repos/asf/incubator/public/trunk/content/podlings.xml")
     def rootNode = new groovy.util.XmlSlurper(false, false, true).parseText(source.text)
@@ -27,10 +27,10 @@ Our Current Podlings:
 <br/><br/>
 <div class="container-fluid">
     <div class="row">
-        <div class="col-lg-4 text-center"><a href="/projects/#current">List of Current Podlings</a></div>
-        <div class="col-lg-4 text-center"><a href="/projects/#graduated">Graduated Projects</a></div>
-        <div class="col-lg-4 text-center"><a href="/projects/#retired">Retired Podlings</a></div>
-        <div class="col-lg-4 text-center"><a href="/clutch/">Current Clutch Analysis</a></div>
+        <div class="col-lg-3 text-center"><a href="/projects/#current">List of Current Podlings</a></div>
+        <div class="col-lg-3 text-center"><a href="/projects/#graduated">Graduated Projects</a></div>
+        <div class="col-lg-3 text-center"><a href="/projects/#retired">Retired Podlings</a></div>
+        <div class="col-lg-3 text-center"><a href="/clutch/">Current Clutch Analysis</a></div>
     </div>
 </div>
 <br/><br/>


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