File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -91,3 +91,33 @@ body ::-webkit-scrollbar {
91
91
body ::-webkit-scrollbar-thumb {
92
92
background-color : var (--scrollbar-thumb-color );
93
93
}
94
+
95
+ div .sect2 h3 {
96
+ float : left;
97
+ }
98
+
99
+ div .sect2 div .element-urn {
100
+ float : right;
101
+ color : var (--toolbar-muted-color );
102
+ font-size : 0.75em ;
103
+ text-align : right;
104
+ }
105
+
106
+ div .sect2 : not (div .element-urn ) {
107
+ clear : both;
108
+ }
109
+
110
+ div .sect1 h2 {
111
+ float : left;
112
+ margin-bottom : 0.5em ;
113
+ }
114
+
115
+ div .sect1 div .sectionbody div .element-urn {
116
+ float : right;
117
+ color : var (--toolbar-muted-color );
118
+ text-align : right;
119
+ }
120
+
121
+ div .sect1 div .sectionbody : not (div .element-urn ) {
122
+ clear : both;
123
+ }
Original file line number Diff line number Diff line change 29
29
hyphens : none;
30
30
line-height : 1.3 ;
31
31
margin : 1rem 0 0 ;
32
+ clear : both;
32
33
}
33
34
34
35
.doc h1 {
You can’t perform that action at this time.
0 commit comments