diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2018-05-01 12:10:13 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-01 12:10:13 -0600 |
| commit | 412cceef679723cf39c1f0cd986c6959c508ddb0 (patch) | |
| tree | bf7c55d8348aeac28465ed185f737be19b23298e /data | |
| parent | 8237f14cb2cf0d7c935b21e27cedfc4aa4946887 (diff) | |
rename stripe attribute on table to stripes; update CSS classes to match (PR #2741)
Diffstat (limited to 'data')
| -rw-r--r-- | data/stylesheets/asciidoctor-default.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/stylesheets/asciidoctor-default.css b/data/stylesheets/asciidoctor-default.css index 13e7d6aa..95f2cbf7 100644 --- a/data/stylesheets/asciidoctor-default.css +++ b/data/stylesheets/asciidoctor-default.css @@ -258,8 +258,8 @@ table.grid-all>tbody>tr:last-child>.tableblock,table.grid-all>thead:last-child>t table.frame-all{border-width:1px} table.frame-sides{border-width:0 1px} table.frame-topbot{border-width:1px 0} -table.stripe-all tr,table.stripe-odd tr:nth-of-type(odd){background:#f8f8f7} -table.stripe-none tr,table.stripe-odd tr:nth-of-type(even){background:none} +table.stripes-all tr,table.stripes-odd tr:nth-of-type(odd){background:#f8f8f7} +table.stripes-none tr,table.stripes-odd tr:nth-of-type(even){background:none} th.halign-left,td.halign-left{text-align:left} th.halign-right,td.halign-right{text-align:right} th.halign-center,td.halign-center{text-align:center} |
