Commit:    530a6c97506249d34096a96060fe3bcd3e2cb27a
Author:    Levi Morrison <[email protected]>         Wed, 11 Dec 2013 08:20:55 -0700
Parents:   6abdfb5c2fb3b46ca51b403c421801c0c0239006
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=530a6c97506249d34096a96060fe3bcd3e2cb27a

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

Reply via email to