make the stretch role generic
authorDan Allen <dan@opendevise.com>
Sat, 12 Dec 2020 09:43:25 +0000 (02:43 -0700)
committerDan Allen <dan@opendevise.com>
Sat, 12 Dec 2020 09:43:25 +0000 (02:43 -0700)
src/css/doc.css

index 4cec1d5..fbcc915 100644 (file)
   float: left;
 }
 
+.doc .stretch {
+  width: 100%;
+}
+
 .doc .underline {
   text-decoration: underline;
 }
   /* 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;