[Midnightbsd-cvs] www [616] trunk/css/essence.css: set overflow not important

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jul 10 15:42:57 EDT 2015


Revision: 616
          http://svnweb.midnightbsd.org/www/?rev=616
Author:   laffer1
Date:     2015-07-10 15:42:56 -0400 (Fri, 10 Jul 2015)
Log Message:
-----------
set overflow not important

Modified Paths:
--------------
    trunk/css/essence.css

Modified: trunk/css/essence.css
===================================================================
--- trunk/css/essence.css	2015-07-02 21:14:39 UTC (rev 615)
+++ trunk/css/essence.css	2015-07-10 19:42:56 UTC (rev 616)
@@ -103,3 +103,12 @@
 .fright { float: right; }
 
 #googlead { width: 470px; height: 60px; margin: 0 auto; }
+
+ at media screen and (max-width: 800px){
+  html{
+  overflow-x:auto !important;
+  }
+  body{
+  overflow-x:auto !important;
+  }
+}



More information about the Midnightbsd-cvs mailing list