[Midnightbsd-cvs] www [654] trunk: turn off social share at 600 px

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 10 11:57:00 EDT 2015


Revision: 654
          http://svnweb.midnightbsd.org/www/?rev=654
Author:   laffer1
Date:     2015-10-10 11:56:59 -0400 (Sat, 10 Oct 2015)
Log Message:
-----------
turn off social share at 600 px

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

Modified: trunk/css/essence.css
===================================================================
--- trunk/css/essence.css	2015-10-10 15:54:04 UTC (rev 653)
+++ trunk/css/essence.css	2015-10-10 15:56:59 UTC (rev 654)
@@ -88,6 +88,11 @@
     line-height: 18px;
 }
 
+#socialshare {
+    border: none;
+    width: 600px;
+}
+
 #text {
     line-height: 135%;
 }
@@ -183,6 +188,12 @@
 
 }
 
+ at media screen and (max-width: 600px) {
+    #socialshare {
+        display: none;
+    }
+}
+
 @media screen and (max-width: 475px) {
     #googlead {
         display: none;

Modified: trunk/footer.html
===================================================================
--- trunk/footer.html	2015-10-10 15:54:04 UTC (rev 653)
+++ trunk/footer.html	2015-10-10 15:56:59 UTC (rev 654)
@@ -11,7 +11,7 @@
 						• MidnightBSD © 2006-2015 Lucas Holt
 					</p>
 
-					<table style="border: none; width: 600px;">
+					<table id="socialshare">
 					<tr>
 					<td>
 					<!-- Google -->



More information about the Midnightbsd-cvs mailing list