diff options
| author | Jacob Hoffman-Andrews <github@hoffman-andrews.com> | 2022-01-11 15:31:40 -0800 |
|---|---|---|
| committer | Jacob Hoffman-Andrews <github@hoffman-andrews.com> | 2022-01-18 18:45:43 -0800 |
| commit | fa9a8430eac7b57d683d58a10f36819ad9bd5fdb (patch) | |
| tree | 86b3b27e8fa525cc70bdff1b78d3ea9b7e6e88af /src/librustdoc/html/static/css/rustdoc.css | |
| parent | e5e2b0be26ea177527b60d355bd8f56cd473bd00 (diff) | |
| download | rust-fa9a8430eac7b57d683d58a10f36819ad9bd5fdb.tar.gz rust-fa9a8430eac7b57d683d58a10f36819ad9bd5fdb.zip | |
Remove horizontal lines at top of page
They are not needed to separate the search bar and the title, which are visually distinct on their own.
Diffstat (limited to 'src/librustdoc/html/static/css/rustdoc.css')
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index dbc068ce6b1..44a9a571fa1 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -148,8 +148,6 @@ h1.fqn { } .main-heading { display: flex; - border-bottom: 1px dashed #DDDDDD; - padding-bottom: 6px; margin-bottom: 15px; /* workaround to keep flex from breaking below 700 px width due to the float: right on the nav @@ -785,7 +783,6 @@ nav.sub { nav.sub { flex-grow: 1; - padding-bottom: 10px; margin-bottom: 25px; } .source nav.sub { |
