Make WordPress Core

Ticket #54317: 54317.patch

File 54317.patch, 618 bytes (added by umesh84, 4 years ago)

I have fixed bug Twenty Sixteen: Table block does not respect the alignment options

  • wp-content/themes/twentysixteen/style.css

     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, 
    556556td {
    557557        padding: 0.4375em;
    558558}
     559td.has-text-align-center {
     560    text-align: center;
     561}
     562td.has-text-align-right {
     563
     564 text-align: right;
     565
     566}
     567
    559568
    560569/* Placeholder text color -- selectors need to be separate to work. */
    561570::-webkit-input-placeholder {