diff options
| author | ggomez <guillaume1.gomez@gmail.com> | 2016-07-06 18:12:24 +0200 |
|---|---|---|
| committer | ggomez <guillaume1.gomez@gmail.com> | 2016-07-06 18:12:24 +0200 |
| commit | b467c003c61ffc30cb145db157442a583d363382 (patch) | |
| tree | c646a9d3483dd4aa7e9c8f32efeff2d2c44c8ae9 /src | |
| parent | a120ae70d08d2eb991c7796e8726debb7ad46dea (diff) | |
| download | rust-b467c003c61ffc30cb145db157442a583d363382.tar.gz rust-b467c003c61ffc30cb145db157442a583d363382.zip | |
Remove invalid CSS rule for doc titles
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index b45e059e6d5..303cc671f4a 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -572,14 +572,6 @@ a.test-arrow { right: 5px; } -.methods .section-header { - /* Override parent class attributes. */ - border-bottom: none !important; - font-size: 1.1em !important; - margin: 0 0 -5px; - padding: 0; -} - .section-header:hover a:after { content: '\2002\00a7\2002'; } |
