diff options
| author | Oliver Middleton <olliemail27@gmail.com> | 2016-10-11 09:56:30 +0100 |
|---|---|---|
| committer | Oliver Middleton <olliemail27@gmail.com> | 2016-10-15 18:32:03 +0100 |
| commit | 0b2746c8db6fc11965b1b6fd1d8536309a0d98b6 (patch) | |
| tree | adbfb9474dbe8dd1810f1669fefaf757627fd42e /src/librustdoc/html/static/rustdoc.css | |
| parent | 8e05e7ee3c19a5594b79d67c8390cef78970be7c (diff) | |
| download | rust-0b2746c8db6fc11965b1b6fd1d8536309a0d98b6.tar.gz rust-0b2746c8db6fc11965b1b6fd1d8536309a0d98b6.zip | |
rustdoc: Improve playground run buttons
The main change is to stop using javascript to generate the URLs and use rustdoc instead. This also adds run buttons to the error index examples.
Diffstat (limited to 'src/librustdoc/html/static/rustdoc.css')
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index 85ec4fe3f3f..f49b8556f66 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -575,7 +575,6 @@ pre.rust .question-mark { font-weight: bold; } -.rusttest { display: none; } pre.rust { position: relative; } a.test-arrow { background-color: rgba(78, 139, 202, 0.2); |
