File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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...
You can’t perform that action at this time.
0 commit comments