From: Chris Rebert Date: Tue, 25 Jun 2013 21:48:57 +0000 (-0700) Subject: rm pre{white-space:pre-wrap;} since redundant to Normalize.css X-Git-Tag: v3.0.0-rc1~230^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b97d63188538a387adcca1ae26f772c909d69dc;p=thirdparty%2Fbootstrap.git rm pre{white-space:pre-wrap;} since redundant to Normalize.css --- diff --git a/less/code.less b/less/code.less index f1bc0a0cdb..92b31b2590 100644 --- a/less/code.less +++ b/less/code.less @@ -31,8 +31,6 @@ pre { line-height: @line-height-base; word-break: break-all; word-wrap: break-word; - white-space: pre; - white-space: pre-wrap; background-color: #f5f5f5; border: 1px solid #ccc; // IE8 fallback border: 1px solid rgba(0,0,0,.15);