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

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

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