]> git.lizzy.rs Git - rust.git/commitdiff
Don't preserve line breaks in inline code
authorChris Wong <lambda.fairy@gmail.com>
Thu, 11 Dec 2014 07:40:44 +0000 (20:40 +1300)
committerChris Wong <lambda.fairy@gmail.com>
Thu, 11 Dec 2014 07:40:44 +0000 (20:40 +1300)
Closes #19323.

src/doc/rust.css

index 9656d17721e47ca704def34156eb85f95d7ba69b..128d75468e6f4239274d463943b91f784b7ca863 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2013 The Rust Project Developers. See the COPYRIGHT
+ * Copyright 2013-2014 The Rust Project Developers. See the COPYRIGHT
  * file at the top-level directory of this distribution and at
  * http://rust-lang.org/COPYRIGHT.
  * With elements taken from Bootstrap v3.0.2 (MIT licensed).
@@ -209,7 +209,6 @@ pre {
 code {
     padding: 0 2px;
     color: #8D1A38;
-    white-space: pre-wrap;
 }
 pre code {
     padding: 0;