Commit: aa9acd25b9565617ec319bf713dd8e9e9bfd4a93 Author: Dejan Marjanovic <[email protected]> Sat, 14 Dec 2013 20:12:14 +0100 Parents: 59c7b04af098f899e5e6e203909f1ef19b4328d5 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=aa9acd25b9565617ec319bf713dd8e9e9bfd4a93 Log: Prevent random horizontal scroll http://i.imgur.com/3lt53pY.png Changed paths: M styles/theme-medium.css Diff: diff --git a/styles/theme-medium.css b/styles/theme-medium.css index 5223425..fcbf44b 100755 --- a/styles/theme-medium.css +++ b/styles/theme-medium.css @@ -19,6 +19,7 @@ html { body { background:#fff; color: black; + overflow-x: hidden; } abbr { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
