rename table role spread to stretch to be compliant with Asciidoctor output
authorDan Allen <dan@opendevise.com>
Fri, 4 Oct 2019 21:04:31 +0000 (15:04 -0600)
committerDan Allen <dan@opendevise.com>
Fri, 4 Oct 2019 21:04:31 +0000 (15:04 -0600)
src/css/doc.css

index 91c04c4..4593ae1 100644 (file)
   /* table-layout: fixed; */
 }
 
-.doc table.spread {
+.doc table.stretch {
   width: 100%;
 }