]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
rm fallback white-space for <code> 8298/head
authorChris Rebert <github@rebertia.com>
Tue, 25 Jun 2013 21:53:48 +0000 (15:53 -0600)
committerChris Rebert <github@rebertia.com>
Tue, 25 Jun 2013 21:53:48 +0000 (15:53 -0600)
If my analysis is right, this should be unnecessary.

less/code.less

index f1bc0a0cdbbd6ae14c6108e5ae66dcd1cd4bfd72..67a64abc39b1c5c9a84c56ea1d77d93882248a55 100644 (file)
@@ -47,7 +47,6 @@ pre {
   code {
     padding: 0;
     color: inherit;
-    white-space: pre;
     white-space: pre-wrap;
     background-color: transparent;
     border: 0;