@@ -430,7 +430,7 @@ fn item_module(w: &mut Buffer, cx: &mut Context<'_>, item: &clean::Item, items:
430
430
last_section = Some ( my_section) ;
431
431
write ! (
432
432
w,
433
- "<h2 id=\" {id}\" class=\" small- section-header\" >\
433
+ "<h2 id=\" {id}\" class=\" section-header\" >\
434
434
<a href=\" #{id}\" >{name}</a>\
435
435
</h2>{ITEM_TABLE_OPEN}",
436
436
id = cx. derive_id( my_section. id( ) ) ,
@@ -827,7 +827,7 @@ fn item_trait(w: &mut Buffer, cx: &mut Context<'_>, it: &clean::Item, t: &clean:
827
827
fn write_small_section_header ( w : & mut Buffer , id : & str , title : & str , extra_content : & str ) {
828
828
write ! (
829
829
w,
830
- "<h2 id=\" {0}\" class=\" small- section-header\" >\
830
+ "<h2 id=\" {0}\" class=\" section-header\" >\
831
831
{1}<a href=\" #{0}\" class=\" anchor\" >§</a>\
832
832
</h2>{2}",
833
833
id, title, extra_content
@@ -1260,7 +1260,7 @@ fn item_type_alias(w: &mut Buffer, cx: &mut Context<'_>, it: &clean::Item, t: &c
1260
1260
if let Some ( inner_type) = & t. inner_type {
1261
1261
write ! (
1262
1262
w,
1263
- "<h2 id=\" aliased-type\" class=\" small- section-header\" >\
1263
+ "<h2 id=\" aliased-type\" class=\" section-header\" >\
1264
1264
Aliased Type<a href=\" #aliased-type\" class=\" anchor\" >§</a></h2>"
1265
1265
) ;
1266
1266
@@ -1685,7 +1685,7 @@ fn item_variants(
1685
1685
let tcx = cx. tcx ( ) ;
1686
1686
write ! (
1687
1687
w,
1688
- "<h2 id=\" variants\" class=\" variants small- section-header\" >\
1688
+ "<h2 id=\" variants\" class=\" variants section-header\" >\
1689
1689
Variants{}<a href=\" #variants\" class=\" anchor\" >§</a>\
1690
1690
</h2>\
1691
1691
{}\
@@ -1772,7 +1772,7 @@ fn item_variants(
1772
1772
write ! (
1773
1773
w,
1774
1774
"<div class=\" sub-variant-field\" >\
1775
- <span id=\" {id}\" class=\" small- section-header\" >\
1775
+ <span id=\" {id}\" class=\" section-header\" >\
1776
1776
<a href=\" #{id}\" class=\" anchor field\" >§</a>\
1777
1777
<code>{f}: {t}</code>\
1778
1778
</span>",
@@ -1929,7 +1929,7 @@ fn item_fields(
1929
1929
if fields. peek ( ) . is_some ( ) {
1930
1930
write ! (
1931
1931
w,
1932
- "<h2 id=\" fields\" class=\" fields small- section-header\" >\
1932
+ "<h2 id=\" fields\" class=\" fields section-header\" >\
1933
1933
{}{}<a href=\" #fields\" class=\" anchor\" >§</a>\
1934
1934
</h2>\
1935
1935
{}",
@@ -1943,7 +1943,7 @@ fn item_fields(
1943
1943
let id = cx. derive_id ( format ! ( "{typ}.{field_name}" , typ = ItemType :: StructField ) ) ;
1944
1944
write ! (
1945
1945
w,
1946
- "<span id=\" {id}\" class=\" {item_type} small- section-header\" >\
1946
+ "<span id=\" {id}\" class=\" {item_type} section-header\" >\
1947
1947
<a href=\" #{id}\" class=\" anchor field\" >§</a>\
1948
1948
<code>{field_name}: {ty}</code>\
1949
1949
</span>",
0 commit comments