Changeset 52023
- Timestamp:
- 11/05/2021 10:27:30 PM (3 years ago)
- Location:
- trunk/src/wp-content/themes/twentytwenty
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/footer.php
r52013 r52023 28 28 <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a> 29 29 </p><!-- .footer-copyright --> 30 31 <?php 32 if ( function_exists( 'the_privacy_policy_link' ) ) { 33 the_privacy_policy_link( '<p class="privacy-policy">', '</p>' ); 34 } 35 ?> 30 36 31 37 <p class="powered-by-wordpress"> -
trunk/src/wp-content/themes/twentytwenty/style-rtl.css
r51455 r52023 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 { … … 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; … … 4486 4493 display: none; 4487 4494 margin: 0 2.4rem 0 0; 4495 } 4496 4497 .privacy-policy { 4498 margin: 1.2rem 0 0; 4488 4499 } 4489 4500 … … 5571 5582 .footer-credits { 5572 5583 display: flex; 5584 flex-wrap: wrap; 5573 5585 } 5574 5586 … … 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 … … 6028 6040 .footer-menu li { 6029 6041 margin: 1.2rem 2.4rem 0 0; 6042 } 6043 6044 .powered-by-wordpress { 6045 display: block; 6030 6046 } 6031 6047 } -
trunk/src/wp-content/themes/twentytwenty/style.css
r51455 r52023 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 { … … 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; … … 4520 4527 display: none; 4521 4528 margin: 0 0 0 2.4rem; 4529 } 4530 4531 .privacy-policy { 4532 margin: 1.2rem 0 0; 4522 4533 } 4523 4534 … … 5633 5644 .footer-credits { 5634 5645 display: flex; 5646 flex-wrap: wrap; 5635 5647 } 5636 5648 … … 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 … … 6118 6130 .footer-menu li { 6119 6131 margin: 1.2rem 0 0 2.4rem; 6132 } 6133 6134 .powered-by-wordpress { 6135 display: block; 6120 6136 } 6121 6137 }
Note: See TracChangeset
for help on using the changeset viewer.