wp-content/themes/twentysixteen/style.css | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/wp-content/themes/twentysixteen/style.css b/wp-content/themes/twentysixteen/style.css
index a34e74d6cd..10ff2905a0 100644
a
|
b
|
th, |
556 | 556 | td { |
557 | 557 | padding: 0.4375em; |
558 | 558 | } |
| 559 | td.has-text-align-center { |
| 560 | text-align: center; |
| 561 | } |
| 562 | td.has-text-align-right { |
| 563 | |
| 564 | text-align: right; |
| 565 | |
| 566 | } |
| 567 | |
559 | 568 | |
560 | 569 | /* Placeholder text color -- selectors need to be separate to work. */ |
561 | 570 | ::-webkit-input-placeholder { |