[gimp-web] Setting initial state of top navigation to be visible (wasn't before)



commit 57f042142095f9678b38118518cf881a3b72b7b7
Author: Pat David <patdavid gmail com>
Date:   Mon Nov 23 09:53:52 2015 -0600

    Setting initial state of top navigation to be visible (wasn't before)

 themes/newgimp/templates/base.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/themes/newgimp/templates/base.html b/themes/newgimp/templates/base.html
index 806ff94..8dc66b5 100644
--- a/themes/newgimp/templates/base.html
+++ b/themes/newgimp/templates/base.html
@@ -47,7 +47,8 @@
 
 <body id="index" class="home">
 
-        <nav id="menu" style='display: none;'>
+        {# <nav id="menu" style='display: none;'> #}
+        <nav id="menu">
             <ul>
                 <li id='gimp-home'><a href="/"><img src='/images/wilbericon.svg' id='menuWilber' 
style='width:25px;height:20px;' alt='Tiny Wilber'> GIMP</a></li>
                 <li><a href="/downloads/"><i class="fa fa-download"></i> Download</a></li>


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