This is an automated email from the git hooks/post-receive script.

knome pushed a 
commit to branch 
master
in repository www/www.xfce.org.

commit 4ca428f47134b3910dfcf7522bf9240ed1d0e539
Author: Pasi Lallinaho <p...@shimmerproject.org>
Date:   Fri May 19 12:38:35 2017 +0300

    Optimizations for really small resolution and viewport sizes
---
 style/base.css   |  3 +++
 style/mobile.css | 15 ++++++++++++++-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/style/base.css b/style/base.css
index ec40d41..ce1696e 100644
--- a/style/base.css
+++ b/style/base.css
@@ -105,6 +105,9 @@ dl dd {
                float: right;
                margin-top: 0.15em;
        }
+               #mainnav select option {
+                       font-size: 90%;
+       }
        #mainnav-icon {
                display: none;
                height: 32px;
diff --git a/style/mobile.css b/style/mobile.css
index 26f2853..ebfd194 100644
--- a/style/mobile.css
+++ b/style/mobile.css
@@ -16,6 +16,19 @@
        }
 }
 
+@media screen and (max-width: 400px) {
+       .frontpage_cols .column h2 {
+               display: block;
+               margin-bottom: 0.5em;
+       }
+       .frontpage_cols .rss {
+               display: block;
+               float: none;
+               clear: both;
+               margin-bottom: 1em;
+       }
+}
+
 @media screen and (max-width: 850px) {
        /* Elements */
        h1 {
@@ -26,7 +39,7 @@
 
        /* Main layout */
        #main {
-               min-width: 360px;
+               min-width: 300px;
        }
 
                /* Main navigation */

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to