diff --git a/src/wp-content/themes/twentysixteen/css/blocks.css b/src/wp-content/themes/twentysixteen/css/blocks.css index 4898e2d446..9026293a12 100644 --- a/src/wp-content/themes/twentysixteen/css/blocks.css +++ b/src/wp-content/themes/twentysixteen/css/blocks.css @@ -212,7 +212,6 @@ p.has-drop-cap:not(:focus)::first-letter { .wp-block-table td { font-weight: normal; padding: 0.4375em; - text-align: left; } .wp-block-table th { @@ -224,11 +223,6 @@ p.has-drop-cap:not(:focus)::first-letter { border-width: 0 1px 1px 0; } -.rtl .wp-block-table th, -.rtl .wp-block-table td { - text-align: right; -} - /*-------------------------------------------------------------- 4.0 Blocks - Layout Elements --------------------------------------------------------------*/