From 8d890acedcae9f07371ffc1d5535c2d14fa40694 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Tue, 3 Apr 2018 01:46:14 -0600 Subject: [PATCH] move relative positioning on admonition block to child table --- src/css/doc.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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%; } -- 2.11.0