[gimp-web/gimp-web-static] Overlapping media query to catch edge cases.



commit 82a2cd3ee7a973b739fe0a7a3aac5911edf20369
Author: Pat David <patdavid gmail com>
Date:   Wed Sep 23 10:38:17 2015 -0500

    Overlapping media query to catch edge cases.

 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 ec44009..c452396 100644
--- a/themes/newgimp/static/css/gimp.css
+++ b/themes/newgimp/static/css/gimp.css
@@ -458,7 +458,7 @@ footer .nav-bottom a {
 }
 
 
- media ( min-width: 40rem ){
+ media ( min-width: 40.1rem ){
     #navstrip {
         display: none;
     }


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