[gimp-web/gimp-web-static] Removed the STILL WORKING from being output at all into html



commit 0d9844937c6c05998592254d4dec59df6be09d0d
Author: Pat David <patdavid gmail com>
Date:   Tue Oct 6 17:25:19 2015 -0500

    Removed the STILL WORKING from being output at all into html

 themes/newgimp/templates/home.html |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/themes/newgimp/templates/home.html b/themes/newgimp/templates/home.html
index c83bf93..482f3d2 100644
--- a/themes/newgimp/templates/home.html
+++ b/themes/newgimp/templates/home.html
@@ -34,14 +34,17 @@
                 </div>
             </div>
 
+
+            {#
             <div class="container" style="background-color: white;  padding: 1rem;  background: 
repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(166,166,166,0.3) 40px, 
rgba(166,166,166,.3) 80px); width: 100%; max-width: 100%; display: none;">
-                    <h2 style="color: red;">STILL WORKING</h2>
-                    <p style="font-size: 0.85rem;color: red;">
-                        I am still in the process of building this site out. 
-                        Things are in a great state of flux. 
-                        For further information on the new site refer to the <a href="/about/meta">Meta</a> 
page.
-                    </p>
-                </div>
+                <h2 style="color: red;">STILL WORKING</h2>
+                <p style="font-size: 0.85rem;color: red;">
+                    I am still in the process of building this site out. 
+                    Things are in a great state of flux. 
+                    For further information on the new site refer to the <a href="/about/meta">Meta</a> page.
+                </p>
+            </div>
+            #}
 
         </header><!-- /#banner -->
 


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