We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d645319 commit ce05e3eCopy full SHA for ce05e3e
css/ar5iv.css
@@ -159,7 +159,9 @@ body {
159
font-family: inherit;
160
}
161
/* explicit control of indentation (on ltx_para) */
162
-.ltx_indent > .ltx_p:first-child { text-indent:2em!important; }
+.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; }
165
.ltx_noindent > .ltx_p:first-child { text-indent:0em!important; }
166
167
.ltx_pagination.ltx_role_newpage {
@@ -1080,6 +1082,7 @@ blockquote.ltx_epigraph {
1080
1082
.ltx_block,
1081
1083
.ltx_para {
1084
display: block; }
1085
+.ltx_inline-quote,
1086
.ltx_quote.ltx_outerquote, .ltx_quote.ltx_innerquote {
1087
display: inline;
1088
0 commit comments