Commit:    94c9ec3ff86f86788a7599519897ca6ac79614cc
Author:    Paul Dragoonis <[email protected]>         Sun, 6 Oct 2013 
15:05:52 +0100
Parents:   f0d3830785ffcc2d6263df44ac7a3e97fef93bf1
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=94c9ec3ff86f86788a7599519897ca6ac79614cc

Log:
Hiding the UserVoice sticky bar for smartphones

Changed paths:
  M  styles/theme-base.css


Diff:
diff --git a/styles/theme-base.css b/styles/theme-base.css
index 3b40bf6..d5b674f 100755
--- a/styles/theme-base.css
+++ b/styles/theme-base.css
@@ -3072,6 +3072,10 @@ div.soft-deprecation-notice blockquote.sidebar {
     width: 50%;
     text-align: center;
   }
+  /* Hiding UserVoice sticky bar when in smartphone mode */
+  #uvTabLabel {
+    display: none !important;
+  }
 }
 
 @media (min-width:768px) {


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to