Skip to content

Commit c0718f5

Browse files
pickfireJoshua Nelson
authored and
Joshua Nelson
committed
Remove whitespace beside docs.rs text
Last time I removed whitespace somewhere else, this time in menu.
1 parent 851ccf7 commit c0718f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/rustdoc/topbar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
{# The url of the current release, `/crate/:name/:version` #}
44
{%- set crate_url = "/crate/" ~ metadata.name ~ "/" ~ metadata.version -%}
55

6-
{%- include "header/topbar_begin.html" -%}
6+
{%- include "header/topbar_begin.html" -%}{#
77

8-
<ul class="pure-menu-list">
8+
#}<ul class="pure-menu-list">
99
{% if 'krate' in __tera_context %}
1010
<li class="pure-menu-item pure-menu-has-children">
1111
<a href="#" class="pure-menu-link crate-name" title="{{ krate.description }}">

0 commit comments

Comments
 (0)