Commit: 1f639934337dcc38b87da135cda5ac3913f07078 Author: Levi Morrison <[email protected]> Wed, 11 Dec 2013 08:20:55 -0700 Parents: 628eed4f9d7428a46b09c4f536cf2e02ba4e5dfd Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=1f639934337dcc38b87da135cda5ac3913f07078 Log: pre and blockquotes will now wrap when needed Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 1e3e964..71e9ccb 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -84,6 +84,10 @@ sup { sub { bottom: -0.25em; } +pre, +blockquote { + white-space:pre-wrap; +} #map_canvas img, .google-maps img { max-width: none; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
