Commit: 7b010a93212b03861e8b41b56ae04c7568eb3d81 Author: Levi Morrison <[email protected]> Mon, 27 Oct 2014 11:31:18 -0600 Parents: f341179f16244dd329a67e5d3a7a2c33ff3b88de Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=7b010a93212b03861e8b41b56ae04c7568eb3d81 Log: Properly fix bug 68206 The issue itself and the issue with the previous fix have ben fixed. I cannot identify other issues this may have caused; time will tell. Bugs: https://bugs.php.net/68206 Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 50ba4ad..eb89bde 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -406,7 +406,7 @@ hr { float: right; text-align: right; position: relative; - z-index: 100; + z-index: 10; } .page-tools #changelang-langs, .page-tools .edit-bug { @@ -1016,7 +1016,6 @@ fieldset { padding-top: 3px; margin-top: -3px; min-width: 100%; - z-index: 1!important; } .tt-dropdown-menu .result-heading { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
