From: Dan Allen Date: Tue, 3 Apr 2018 07:46:14 +0000 (-0600) Subject: move relative positioning on admonition block to child table X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8d890acedcae9f07371ffc1d5535c2d14fa40694;p=eg-antora.git move relative positioning on admonition block to child table --- diff --git a/src/css/doc.css b/src/css/doc.css index 4ce62e7..599cb56 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -145,7 +145,6 @@ .doc .admonitionblock { margin: 1.4rem 0 0; - position: relative; } .doc .admonitionblock p, @@ -161,9 +160,10 @@ font-size: 0.85rem; } -.doc .admonitionblock table { +.doc .admonitionblock > table { border-collapse: collapse; table-layout: fixed; + position: relative; width: 100%; }