[gimp-web/testing] Fixed FF mobile rendering bug for nav header



commit be9ff495dd18e9a26f7aec22e48cea1f93cd5ee5
Author: Pat David <pat patdavid net>
Date:   Wed Dec 2 09:43:53 2015 -0600

    Fixed FF mobile rendering bug for nav header

 themes/newgimp/static/css/gimp.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/newgimp/static/css/gimp.css b/themes/newgimp/static/css/gimp.css
index 22861cf..d747c42 100644
--- a/themes/newgimp/static/css/gimp.css
+++ b/themes/newgimp/static/css/gimp.css
@@ -574,7 +574,7 @@ footer .nav-bottom a {
 }
 
 
- media ( min-width: 40.1rem ){
+ media ( min-width: 40.01rem ){
     #navstrip {
         display: none;
     }


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