[gimp-web/gimp-web-static] Fixed nav menu for larger than mobile screens



commit a8a121a7afca37e0dac2a0d5b2be92e9b4c6a05b
Author: Pat David <patdavid gmail com>
Date:   Wed Sep 23 08:40:14 2015 -0500

    Fixed nav menu for larger than mobile screens

 themes/newgimp/static/css/gimp.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/themes/newgimp/static/css/gimp.css b/themes/newgimp/static/css/gimp.css
index f02c895..9cd04e9 100644
--- a/themes/newgimp/static/css/gimp.css
+++ b/themes/newgimp/static/css/gimp.css
@@ -463,6 +463,10 @@ footer .nav-bottom a {
         display: none;
     }
 
+    #menu {
+        display: block;
+    }
+
     a#navel-old {
         display: none;
     }


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