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:27:00 UTC

[incubator] branch master updated: fix link 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 f118231  fix link spacing
     new 760db5a  Merge pull request #54 from justinmclean/master
f118231 is described below

commit f118231e8c2f06b9de57ae263856d8b73addad9c
Author: Justin Mclean <jm...@apache.org>
AuthorDate: Wed Nov 27 16:26:11 2019 +1100

    fix link spacing
---
 templates/projectspage.gsp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/templates/projectspage.gsp b/templates/projectspage.gsp
index 454dd54..c920f3e 100644
--- a/templates/projectspage.gsp
+++ b/templates/projectspage.gsp
@@ -12,10 +12,10 @@
 
 <div class="container-fluid">
     <div class="row">
-        <div class="col-lg-4 text-center"><a href="#current">List of Current Podlings</a></div>
-        <div class="col-lg-4 text-center"><a href="#graduated">Graduated Projects</a></div>
-        <div class="col-lg-4 text-center"><a href="#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="#current">List of Current Podlings</a></div>
+        <div class="col-lg-3 text-center"><a href="#graduated">Graduated Projects</a></div>
+        <div class="col-lg-3 text-center"><a href="#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