Ticket #59919: 59919.patch
File 59919.patch, 1.9 KB (added by , 15 months ago) |
---|
-
wp-content/themes/twentysixteen/css/blocks.css
189 189 color: inherit; 190 190 } 191 191 192 .wp-block-pullquote p {193 font-size: 19px;194 font-size: 1.1875rem;195 }196 192 193 197 194 .wp-block-pullquote cite { 198 195 color: #1a1a1a; 199 196 display: block; 200 font-size: 16px;201 font-size: 1rem;202 197 font-style: normal; 203 198 line-height: 1.75; 204 199 text-transform: none; -
wp-content/themes/twentysixteen/css/editor-blocks.css
513 513 .wp-block-pullquote .wp-block-pullquote__citation { 514 514 color: #1a1a1a; 515 515 display: block; 516 font-size: 16px;517 font-size: 1rem;518 516 font-style: italic; 519 517 line-height: 1.75; 520 518 text-transform: none; -
wp-content/themes/twentysixteen/css/editor-style.css
112 112 blockquote { 113 113 border-left: 4px solid #1a1a1a; 114 114 color: #686868; 115 font-size: 19px;116 115 font-style: italic; 117 116 line-height: 1.4736842105; 118 117 margin-bottom: 28px; -
wp-content/themes/twentysixteen/style.css
340 340 border: 0 solid #1a1a1a; 341 341 border-left-width: 4px; 342 342 color: #686868; 343 font-size: 19px;344 font-size: 1.1875rem;345 343 font-style: italic; 346 344 line-height: 1.4736842105; 347 345 margin: 0 0 1.4736842105em;