From 412cceef679723cf39c1f0cd986c6959c508ddb0 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Tue, 1 May 2018 12:10:13 -0600 Subject: rename stripe attribute on table to stripes; update CSS classes to match (PR #2741) --- data/stylesheets/asciidoctor-default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') 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} -- cgit v1.2.3