Ticket #35421: 35421.diff
File 35421.diff, 1.2 KB (added by , 5 years ago) |
---|
-
src/wp-content/themes/twentyfifteen/style.css
123 123 text-align: left; 124 124 } 125 125 126 fieldset { 127 min-width: inherit; 128 } 129 126 130 blockquote:before, 127 131 blockquote:after, 128 132 q:before, -
src/wp-content/themes/twentyfourteen/style.css
347 347 fieldset { 348 348 border: 1px solid rgba(0, 0, 0, 0.1); 349 349 margin: 0 0 24px; 350 min-width: inherit; 350 351 padding: 11px 12px 0; 351 352 } 352 353 -
src/wp-content/themes/twentythirteen/style.css
349 349 fieldset { 350 350 border: 1px solid #c0c0c0; 351 351 margin: 0 2px; 352 min-width: inherit; 352 353 padding: 0.35em 0.625em 0.75em; 353 354 } 354 355