Commit: 5e6b2b5e8367f0836eeaff9a9672e875a4302eea Author: Dejan Marjanovic <[email protected]> Sat, 14 Dec 2013 12:09:22 +0100 Parents: 3f8ac74631876823f4eb7b3fd2eda056dc908df0 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=5e6b2b5e8367f0836eeaff9a9672e875a4302eea 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
