wp/wp-includes/blocks/comment-template/style-rtl.css
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    18   float:right;
    18   float:right;
    19 }
    19 }
    20 .wp-block-comment-template.aligncenter{
    20 .wp-block-comment-template.aligncenter{
    21   margin-left:auto;
    21   margin-left:auto;
    22   margin-right:auto;
    22   margin-right:auto;
    23   width:-moz-fit-content;
       
    24   width:fit-content;
    23   width:fit-content;
    25 }
    24 }
    26 .wp-block-comment-template.alignright{
    25 .wp-block-comment-template.alignright{
    27   float:left;
    26   float:left;
    28 }
    27 }