Commit:    a4ff6fbadbe49c503f40ae72be48ec8991b152aa
Author:    Dejan Marjanovic <[email protected]>         Sat, 14 Dec 
2013 12:09:22 +0100
Parents:   ef571d8e66182f8d61969cecc384ba22e183a634
Branches:  master

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

Log:
Hide entire UserVoice tab on small screens http://i.imgur.com/qURepN8.png

Changed paths:
  M  styles/theme-base.css


Diff:
diff --git a/styles/theme-base.css b/styles/theme-base.css
index 8d37db3..2b84d7d 100755
--- a/styles/theme-base.css
+++ b/styles/theme-base.css
@@ -3406,7 +3406,7 @@ div.soft-deprecation-notice blockquote.sidebar {
   }
 
   /* Hiding UserVoice sticky bar when in smartphone mode */
-  #uvTabLabel {
+  #uvTab {
     display: none !important;
   }


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

Reply via email to