From 6480d94709468f06810189712c3e075cb97867f7 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Fri, 4 Oct 2019 15:04:31 -0600 Subject: [PATCH] rename table role spread to stretch to be compliant with Asciidoctor output --- src/css/doc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/doc.css b/src/css/doc.css index 91c04c4..4593ae1 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -180,7 +180,7 @@ /* table-layout: fixed; */ } -.doc table.spread { +.doc table.stretch { width: 100%; } -- 2.11.0