diff options
| author | Wesley Wiser <wwiser@gmail.com> | 2015-03-29 15:14:02 -0400 |
|---|---|---|
| committer | Wesley Wiser <wwiser@gmail.com> | 2015-03-29 15:14:02 -0400 |
| commit | 2a1bad70dd9bc99d8db54964108b42da8f4e9fbd (patch) | |
| tree | 8077e5acd59de8acb8aac030ec79d8dd93806f21 /src/librustdoc/html/static/main.css | |
| parent | b27ba527c5cee06f43967daf3a0dd01a2258a0fa (diff) | |
| download | rust-2a1bad70dd9bc99d8db54964108b42da8f4e9fbd.tar.gz rust-2a1bad70dd9bc99d8db54964108b42da8f4e9fbd.zip | |
Fix extremely small stability bars on docs page
Fixes #23397
Diffstat (limited to 'src/librustdoc/html/static/main.css')
| -rw-r--r-- | src/librustdoc/html/static/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/main.css b/src/librustdoc/html/static/main.css index 1f075566ad5..2af20ce59da 100644 --- a/src/librustdoc/html/static/main.css +++ b/src/librustdoc/html/static/main.css @@ -493,6 +493,10 @@ h1 .stability { .stability.Locked { border-color: #0084B6; color: #00668c; } .stability.Unmarked { border-color: #BBBBBB; } +td.summary-column { + width: 100%; +} + .summary { padding-right: 0px; } |
