Ticket #58607: 58607.patch
File 58607.patch, 2.1 KB (added by , 20 months ago) |
---|
-
wp-content/themes/twentysixteen/css/blocks.css
179 179 color: inherit; 180 180 } 181 181 182 .wp-block-pullquote p {183 font-size: 19px;184 font-size: 1.1875rem;185 }186 182 187 183 .wp-block-pullquote cite { 188 184 color: #1a1a1a; 189 185 display: block; 190 font-size: 16px;191 font-size: 1rem;192 186 font-style: normal; 193 187 line-height: 1.75; 194 188 text-transform: none; -
wp-content/themes/twentysixteen/css/editor-blocks.css
147 147 148 148 .edit-post-visual-editor blockquote p { 149 149 margin-bottom: 1.4736842105em; 150 font-size: inherit; 150 151 } 151 152 152 153 @media screen and (min-width: 44.375em) { … … 504 505 .wp-block-pullquote .wp-block-pullquote__citation { 505 506 color: #1a1a1a; 506 507 display: block; 507 font-size: 16px;508 font-size: 1rem;509 508 font-style: italic; 510 509 line-height: 1.75; 511 510 text-transform: none; 511 font-size: inherit; 512 512 } 513 513 514 514 .wp-block-pullquote.has-text-color blockquote, -
wp-content/themes/twentysixteen/css/editor-style.css
118 118 margin-bottom: 28px; 119 119 overflow: hidden; 120 120 padding: 0 0 0 24px; 121 font-size: inherit; 121 122 } 122 123 123 124 blockquote blockquote:not(.alignleft):not(.alignright) { -
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; 343 font-size: inherit; 345 344 font-style: italic; 346 345 line-height: 1.4736842105; 347 346 margin: 0 0 1.4736842105em;