From: Dan Allen Date: Tue, 22 Dec 2020 21:30:07 +0000 (-0700) Subject: use order instead of row-reverse to swap article and toc X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e0c1dd6539569cb3db2980f2633b72516ec365e5;p=eg-antora.git use order instead of row-reverse to swap article and toc --- diff --git a/src/css/main.css b/src/css/main.css index baf3424..ed17fb9 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -17,7 +17,6 @@ main > .content { display: flex; - flex-direction: row-reverse; } aside.toc.embedded { @@ -26,6 +25,7 @@ aside.toc.sidebar { flex: 0 0 var(--toc-width); + order: 1; } }