Skip to content

Commit 6e0ea40

Browse files
committed
sort out ltx_framed rules
1 parent f54628e commit 6e0ea40

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

css/ar5iv.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2307,15 +2307,6 @@ dl.ltx_description dl.ltx_description dd {
23072307
display: table-cell;
23082308
}
23092309

2310-
.ltx_framed {
2311-
border: 0.063rem solid var(--border-color);
2312-
}
2313-
/* avoid padding/margin collapse */
2314-
span.ltx_framed {
2315-
display: inline-block;
2316-
text-indent: 0;
2317-
}
2318-
23192310
.ltx_tabular .ltx_td,
23202311
.ltx_tabular .ltx_th {
23212312
padding: 0.1em 0.5em;
@@ -2396,6 +2387,15 @@ span.ltx_framed {
23962387
border-bottom: 0.063rem dashed var(--border-color);
23972388
}
23982389
/* Framing */
2390+
/* set theme's frame color for all variants */
2391+
.ltx_framed {
2392+
border-color: var(--border-color);
2393+
}
2394+
/* avoid padding/margin collapse */
2395+
span.ltx_framed {
2396+
display: inline-block;
2397+
text-indent: 0;
2398+
}
23992399
/* common setup, but what is the right selector?
24002400
they need to be inline inside ltx_p (see 1703.08608),
24012401
and inline-block when used on images...

0 commit comments

Comments
 (0)