Ticket #53446: 53446.1.diff
File 53446.1.diff, 3.0 KB (added by , 3 years ago) |
---|
-
src/wp-content/themes/twentytwenty/footer.php
28 28 <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a> 29 29 </p><!-- .footer-copyright --> 30 30 31 <?php 32 if ( function_exists( 'the_privacy_policy_link' ) ) { 33 the_privacy_policy_link( '<p class="privacy-policy">', '</p>' ); 34 } 35 ?> 36 31 37 <p class="powered-by-wordpress"> 32 38 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentytwenty' ) ); ?>"> 33 39 <?php _e( 'Powered by WordPress', 'twentytwenty' ); ?> -
src/wp-content/themes/twentytwenty/style-rtl.css
4464 4464 } 4465 4465 4466 4466 .footer-copyright a, 4467 .privacy-policy a, 4467 4468 .powered-by-wordpress a { 4468 4469 color: inherit; 4469 4470 } 4470 4471 4472 .privacy-policy, 4471 4473 .powered-by-wordpress, 4472 4474 .to-the-top { 4473 4475 color: #6d6d6d; 4474 4476 } 4475 4477 4478 a.to-the-top { 4479 margin-right: 2.4rem; 4480 white-space: nowrap; 4481 } 4482 4476 4483 a.to-the-top > * { 4477 4484 pointer-events: none; 4478 4485 } … … 4487 4494 margin: 0 2.4rem 0 0; 4488 4495 } 4489 4496 4497 .privacy-policy { 4498 margin: 1.2rem 0 0; 4499 } 4500 4490 4501 .to-the-top-long { 4491 4502 display: none; 4492 4503 } … … 5570 5581 5571 5582 .footer-credits { 5572 5583 display: flex; 5584 flex-wrap: wrap; 5573 5585 } 5574 5586 5575 5587 .footer-copyright { … … 5576 5588 font-weight: 700; 5577 5589 } 5578 5590 5579 .p owered-by-wordpress{5580 display: block;5591 .privacy-policy { 5592 margin: 0 2.4rem 0 0; 5581 5593 } 5582 5594 5583 5595 .to-the-top-long { … … 6028 6040 .footer-menu li { 6029 6041 margin: 1.2rem 2.4rem 0 0; 6030 6042 } 6043 6044 .powered-by-wordpress { 6045 display: block; 6046 } 6031 6047 } 6032 6048 6033 6049 -
src/wp-content/themes/twentytwenty/style.css
4498 4498 } 4499 4499 4500 4500 .footer-copyright a, 4501 .privacy-policy a, 4501 4502 .powered-by-wordpress a { 4502 4503 color: inherit; 4503 4504 } 4504 4505 4506 .privacy-policy, 4505 4507 .powered-by-wordpress, 4506 4508 .to-the-top { 4507 4509 color: #6d6d6d; 4508 4510 } 4509 4511 4512 a.to-the-top { 4513 margin-left: 2.4rem; 4514 white-space: nowrap; 4515 } 4516 4510 4517 a.to-the-top > * { 4511 4518 pointer-events: none; 4512 4519 } … … 4521 4528 margin: 0 0 0 2.4rem; 4522 4529 } 4523 4530 4531 .privacy-policy { 4532 margin: 1.2rem 0 0; 4533 } 4534 4524 4535 .to-the-top-long { 4525 4536 display: none; 4526 4537 } … … 5632 5643 5633 5644 .footer-credits { 5634 5645 display: flex; 5646 flex-wrap: wrap; 5635 5647 } 5636 5648 5637 5649 .footer-copyright { … … 5638 5650 font-weight: 700; 5639 5651 } 5640 5652 5641 .p owered-by-wordpress{5642 display: block;5653 .privacy-policy { 5654 margin: 0 0 0 2.4rem; 5643 5655 } 5644 5656 5645 5657 .to-the-top-long { … … 6118 6130 .footer-menu li { 6119 6131 margin: 1.2rem 0 0 2.4rem; 6120 6132 } 6133 6134 .powered-by-wordpress { 6135 display: block; 6136 } 6121 6137 } 6122 6138 6123 6139