From: Dan Allen Date: Sat, 12 Dec 2020 09:43:25 +0000 (-0700) Subject: make the stretch role generic X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a6495f5a346147a95926c6f604200cc06deb7b9f;p=working%2Feg-antora.git make the stretch role generic --- diff --git a/src/css/doc.css b/src/css/doc.css index 4cec1d5..fbcc915 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -165,6 +165,10 @@ float: left; } +.doc .stretch { + width: 100%; +} + .doc .underline { text-decoration: underline; } @@ -199,10 +203,6 @@ /* table-layout: fixed; */ } -.doc table.stretch { - width: 100%; -} - .doc table.tableblock thead th { border-bottom: 2.5px solid var(--table-border-color); padding: 0.5rem;