Commit: 8d5bd70d23f54077a02c7168a2637142d80d56c9 Author: Pierre Joye <[email protected]> Tue, 6 Jan 2015 11:04:50 +0100 Parents: b9f180c30ca0a2c89f8cb516a3bbfbcc1cde888e Branches: master
Link: http://git.php.net/?p=web/news.git;a=commitdiff;h=8d5bd70d23f54077a02c7168a2637142d80d56c9 Log: let use word wrap globally here, solving the unreadable long lines for ppl having a decent browser Changed paths: M style.css Diff: diff --git a/style.css b/style.css index 9e81419..afc0d6d 100644 --- a/style.css +++ b/style.css @@ -7,6 +7,7 @@ body { margin: 0; background: #FFF; color: #000; + word-break: break-all; } td,th { @@ -90,4 +91,4 @@ table.header { .nav { width: 20%; -} \ No newline at end of file +} -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
