wp/wp-includes/blocks/pullquote/style-rtl.css
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    33 
    33 
    34 .wp-block-pullquote.has-text-align-right blockquote{
    34 .wp-block-pullquote.has-text-align-right blockquote{
    35   text-align:left;
    35   text-align:left;
    36 }
    36 }
    37 
    37 
       
    38 .wp-block-pullquote.has-text-align-center blockquote{
       
    39   text-align:center;
       
    40 }
       
    41 
    38 .wp-block-pullquote.is-style-solid-color{
    42 .wp-block-pullquote.is-style-solid-color{
    39   border:none;
    43   border:none;
    40 }
    44 }
    41 .wp-block-pullquote.is-style-solid-color blockquote{
    45 .wp-block-pullquote.is-style-solid-color blockquote{
    42   margin-left:auto;
    46   margin-left:auto;
    53   text-transform:none;
    57   text-transform:none;
    54 }
    58 }
    55 
    59 
    56 .wp-block-pullquote cite{
    60 .wp-block-pullquote cite{
    57   color:inherit;
    61   color:inherit;
       
    62   display:block;
    58 }
    63 }