File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 2828.doc h1 .page {
2929 font-size : var (--heading-h1 );
3030 margin-top : 0 ;
31+ display : inline-block;
32+ }
33+
34+ .doc h1 .page + .labels {
35+ display : inline-block;
36+ position : relative;
37+ top : -5px ;
38+ margin-left : var (--base-space );
3139}
3240
3341.doc h2 {
@@ -1005,6 +1013,7 @@ table.tableblock code.language-console.hljs.shell {
10051013 .doc h1 .page {
10061014 font-size : var (--heading-h1-sm );
10071015 margin-bottom : 10px ;
1016+ display : block;
10081017 }
10091018
10101019 .doc h2 {
Original file line number Diff line number Diff line change 8080 opacity : 0.6 ;
8181}
8282
83- .doc li .status {
83+ .doc .status {
8484 color : var (--color-brand-caution );
8585 border : 1px solid var (--color-brand-caution );
8686 border-radius : 3px ;
You can’t perform that action at this time.
0 commit comments