mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
rm pre{white-space:pre-wrap;} since redundant to Normalize.css
This commit is contained in:
parent
211d6831fc
commit
9b97d63188
@ -31,8 +31,6 @@ pre {
|
|||||||
line-height: @line-height-base;
|
line-height: @line-height-base;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
white-space: pre;
|
|
||||||
white-space: pre-wrap;
|
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
border: 1px solid #ccc; // IE8 fallback
|
border: 1px solid #ccc; // IE8 fallback
|
||||||
border: 1px solid rgba(0,0,0,.15);
|
border: 1px solid rgba(0,0,0,.15);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user