diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-10-08 13:25:15 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-10-08 13:25:15 +0200 |
| commit | ce45b4f3bab24fbd7e5b5e7abbb027602f33cacc (patch) | |
| tree | 6e7be195763043b5feb8d31e86d5094130ca3162 | |
| parent | efbaa413061c2a6e52f06f00a60ee7830fcf3ea5 (diff) | |
| download | rust-ce45b4f3bab24fbd7e5b5e7abbb027602f33cacc.tar.gz rust-ce45b4f3bab24fbd7e5b5e7abbb027602f33cacc.zip | |
Remove unused class rule
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index 3f4bd2886b1..dff8f9cb383 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -394,13 +394,6 @@ nav.sub { display: inline; } -.docblock-short.nowrap { - display: block; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - .docblock-short p { overflow: hidden; text-overflow: ellipsis; |
