[gimp-web/gimp-web-static] Adjusting page tops to account for navigation strip on mobile



commit 6a494521c02bab855cad242b713147fcf1e6bd4f
Author: Pat David <patdavid gmail com>
Date:   Tue Sep 22 16:33:10 2015 -0500

    Adjusting page tops to account for navigation strip on mobile

 themes/newgimp/static/css/gimp.css |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/themes/newgimp/static/css/gimp.css b/themes/newgimp/static/css/gimp.css
index 0b55218..d1d96b9 100644
--- a/themes/newgimp/static/css/gimp.css
+++ b/themes/newgimp/static/css/gimp.css
@@ -157,6 +157,7 @@ figure {
     font-size: 0.8rem;
     max-width: 34rem;
     width: 34rem;
+    width: 100%;
 }
 
 .codehilite {
@@ -424,7 +425,11 @@ footer .nav-bottom a {
     }
 
     #pushPage .container.title {
-        margin-top: 65px;
+        padding-top: 60px;
+    }
+
+    #pushPage #articles {
+        padding-top: 65px;
     }
 
     #pushPage #banner {


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