diff options
| author | Chris Wong <lambda.fairy@gmail.com> | 2014-12-11 20:40:44 +1300 |
|---|---|---|
| committer | Chris Wong <lambda.fairy@gmail.com> | 2014-12-11 20:40:44 +1300 |
| commit | 1e77e29d2896017e522ed3fc85dca07c1bd466b9 (patch) | |
| tree | 1364f78dbde9544902f9a498fcae3572766d5bcd /src/doc/rust.css | |
| parent | c38e73fef53e8520e5170c40713e32ab965a8abe (diff) | |
| download | rust-1e77e29d2896017e522ed3fc85dca07c1bd466b9.tar.gz rust-1e77e29d2896017e522ed3fc85dca07c1bd466b9.zip | |
Don't preserve line breaks in inline code
Closes #19323.
Diffstat (limited to 'src/doc/rust.css')
| -rw-r--r-- | src/doc/rust.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/doc/rust.css b/src/doc/rust.css index 9656d17721e..128d75468e6 100644 --- a/src/doc/rust.css +++ b/src/doc/rust.css @@ -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; |
