[planet-web] lower the threshold for mobile stylesheet



commit b1b63407963080f1aaab38eda6867cfe6339d500
Author: Andreas Nilsson <anilsson redhat com>
Date:   Wed Jan 8 23:43:54 2014 -0200

    lower the threshold for mobile stylesheet

 web/planet.css |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/web/planet.css b/web/planet.css
index d1ecdb9..cda1d8c 100644
--- a/web/planet.css
+++ b/web/planet.css
@@ -340,6 +340,10 @@ b.bo { bottom: 0px; left: 0px; background-position: bottom left; }
                padding-top: 14px;
        }
        
+       #planet-subtitle p {
+           display: inline-block;
+       }
+       
        #planet-logo
        {
                vertical-align: middle;
@@ -355,7 +359,7 @@ b.bo { bottom: 0px; left: 0px; background-position: bottom left; }
        }
 
 
- media (max-width: 768px) {
+ media (max-device-width: 640px) {
 
     #planet-banner {
         width: auto;


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