Commit: a5f0c304d0b9eb6945305a1e99ef126e6ca1a172 Author: Pierre Joye <[email protected]> Tue, 6 Jan 2015 12:04:46 +0100 Parents: 8d5bd70d23f54077a02c7168a2637142d80d56c9 Branches: master
Link: http://git.php.net/?p=web/news.git;a=commitdiff;h=a5f0c304d0b9eb6945305a1e99ef126e6ca1a172 Log: actually break word does it in a (more portable) way Changed paths: M style.css Diff: diff --git a/style.css b/style.css index afc0d6d..4c0d29d 100644 --- a/style.css +++ b/style.css @@ -7,7 +7,7 @@ body { margin: 0; background: #FFF; color: #000; - word-break: break-all; + word-break: break-word; } td,th { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
