[gimp-web/testing] Fix attribution to be two columns instead of one



commit d1982d38c8efa123826991ed9ed7c13aef38f184
Author: Pat David <patdavid gmail com>
Date:   Mon Jul 25 13:29:30 2016 -0500

    Fix attribution to be two columns instead of one
    
    Added 'column half' to attribution blocks so they are
    two columns now instead of one.

 themes/newgimp/templates/home.html |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/themes/newgimp/templates/home.html b/themes/newgimp/templates/home.html
index cb8ee06..6c110ad 100644
--- a/themes/newgimp/templates/home.html
+++ b/themes/newgimp/templates/home.html
@@ -245,8 +245,7 @@
     <section id="attribution">
         <div class="container">
             <div class="row clearfix">
-                <div class="column full">
-                    
+                <div class="column half">
                     <p>
                         <em>Header</em> background image: <a 
href='https://www.flickr.com/photos/shadowdrama/20786243805/in/dateposted/' title='Niagara Rainbow'>Niagara 
Rainbow</a> by <a href="http://shadowdrama.net/";>Ville Pätsi</a> (<a 
href="http://creativecommons.org/licenses/by-sa/4.0/"; title="Creative Commons Attribution-ShareAlike"><span 
class='cc'>cba</span></a>)
                     </p>
@@ -254,7 +253,9 @@
                     <p>
                         <em>High Quality Photo Manipulation</em> background image by <a 
href="https://pixls.us";>Pat David</a> (<a href="http://creativecommons.org/licenses/by-sa/4.0/"; 
title="Creative Commons Attribution-ShareAlike"><span class='cc'>cba</span></a>)
                     </p>
+                </div>
 
+                <div class="column half">
                     <p>
                         <em>Original Artwork Creation</em> background image by <a 
href="http://www.davidrevoy.com/";>David Revoy</a> (<a href="http://creativecommons.org/licenses/by/3.0/"; 
title="Creative Commons Attribution"><span class='cc'>cb</span></a>)
                     </p>
@@ -265,6 +266,7 @@
                         (<a href="http://creativecommons.org/licenses/by-sa/4.0/"; title="Creative Commons 
Attribution-ShareAlike"><span class='cc'>cba</span></a>)
                     </p>
                 </div>
+
             </div>
         </div>
         


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]