Commit: 56f93741cd2f9f1d6f376a7535a4fc6c11ad5634 Author: Adam Harvey <[email protected]> Thu, 3 Dec 2015 12:14:46 -0800 Parents: 5bb03f92f7084a0d3cfb42f5d863975f5e045506 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=56f93741cd2f9f1d6f376a7535a4fc6c11ad5634 Log: Really short term hack to hide the 7.0 warning in the migration guide. Sorry about this. On the bright side, who knew CSS had an escape character? Changed paths: M styles/theme-medium.css Diff: diff --git a/styles/theme-medium.css b/styles/theme-medium.css index affadce..65c3223 100755 --- a/styles/theme-medium.css +++ b/styles/theme-medium.css @@ -510,4 +510,9 @@ div.elephpants img:focus { color: #fff; } +/* very temporary hack until migration70.xml gets rebuilt */ +#migration70\.intro div.warning { + display: none; +} + /* vim: set ts=2 sw=2 et: */ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
