File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,9 @@ body {
159
159
font-family : inherit;
160
160
}
161
161
/* explicit control of indentation (on ltx_para) */
162
- .ltx_indent > .ltx_p : first-child { text-indent : 2em !important ; }
162
+ .ltx_indent > .ltx_p : first-child ,
163
+ section .ltx_pruned_first > .ltx_title + .ltx_para > .ltx_p ,
164
+ section .ltx_indent_first > .ltx_title + .ltx_para > .ltx_p { text-indent : 2em !important ; }
163
165
.ltx_noindent > .ltx_p : first-child { text-indent : 0em !important ; }
164
166
165
167
.ltx_pagination .ltx_role_newpage {
@@ -1080,6 +1082,7 @@ blockquote.ltx_epigraph {
1080
1082
.ltx_block ,
1081
1083
.ltx_para {
1082
1084
display : block; }
1085
+ .ltx_inline-quote ,
1083
1086
.ltx_quote .ltx_outerquote , .ltx_quote .ltx_innerquote {
1084
1087
display : inline;
1085
1088
}
You can’t perform that action at this time.
0 commit comments