File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- # Glossary
1
+ <!-- i18n:comment Please keep { #glossary } untranslated. -->
2
+
3
+ # Glossary { #glossary }
2
4
3
5
The following is a glossary which aims to give a short definition of many Rust
4
6
terms. For translations, this also serves to connect the term back to the
5
7
English original.
6
8
7
9
<style >
8
- h1 ~ ul {
10
+ h1 #glossary ~ ul {
9
11
list-style : none ;
10
12
padding-inline-start : 0 ;
11
13
}
12
14
13
- h1 ~ ul > li {
15
+ h1 #glossary ~ ul > li {
14
16
/* Simplify with "text-indent: 2em hanging" when supported:
15
17
https://caniuse.com/mdn-css_properties_text-indent_hanging */
16
18
padding-left : 2em ;
17
19
text-indent : -2em ;
18
20
}
19
21
20
- h1 ~ ul > li :first-line {
22
+ h1 #glossary ~ ul > li :first-line {
21
23
font-weight : bold ;
22
24
}
23
25
</style >
You can’t perform that action at this time.
0 commit comments