File tree 2 files changed +6
-8
lines changed 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 23
23
</ li >
24
24
25
25
< li class ="pure-menu-item ">
26
- < a href ="{{ crate_url | safe }} " class ="pure-menu-link " class =" description ">
27
- {{ "cube" | fas(fw=true) }} {{ krate.description }}
26
+ < a href ="{{ crate_url | safe }} " class ="pure-menu-link description " title =" See {{ krate.name }} in docs.rs ">
27
+ {{ "cube" | fas(fw=true) }} Docs.rs crate page
28
28
</ a >
29
29
</ li >
30
30
88
88
< span class ="title "> Source</ span >
89
89
</ a >
90
90
</ li >
91
-
92
- < li class ="pure-menu-item ">
93
- < a href ="{{ crate_url | safe }} " class ="pure-menu-link " title ="See {{ krate.name }} in docs.rs ">
94
- {{ "cube" | fas(fw=true) }} More information
95
- </ a >
96
- </ li >
97
91
</ ul >
98
92
</ div >
99
93
Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ div.nav-container {
39
39
font-weight : 400 ;
40
40
color : var (--color-navbar-standard );
41
41
42
+ & .description {
43
+ font-size : 0.9em ;
44
+ }
45
+
42
46
// Improves menu link readability when inverting the colors on focus.
43
47
// Vendor do background-color #eee, looks weird on different theme.
44
48
& :focus {
You can’t perform that action at this time.
0 commit comments