Changeset 47244
- Timestamp:
- 02/10/2020 07:23:38 PM (5 years ago)
- Location:
- trunk/src/wp-content/themes/twentytwenty
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/style-rtl.css
r47241 r47244 2596 2596 font-weight: 600; 2597 2597 line-height: 1; 2598 margin-top: 3em; 2599 padding: 0 0.25em; 2598 margin: 3em auto 0 auto; 2599 padding: 0; 2600 width: calc(100% - 4rem); 2601 max-width: 58rem; 2602 } 2603 2604 .post-nav-links > span.label { 2605 padding: 1em 0; 2600 2606 } 2601 2607 … … 4463 4469 margin: 0.5rem 1rem 0 0; 4464 4470 } 4471 4472 /* Post Footer --------------------------- */ 4473 4474 /* POST NAV LINKS */ 4475 4476 .post-nav-links { 4477 margin: 3em 0 0 0; 4478 } 4465 4479 } 4466 4480 … … 4498 4512 max-width: 26rem; 4499 4513 } 4514 4515 /* Post Footer --------------------------- */ 4516 4517 /* POST NAV LINKS */ 4518 4519 .post-nav-links { 4520 margin: 3em 0 0 0; 4521 } 4500 4522 } 4501 4523 … … 4532 4554 } 4533 4555 4556 /* Post Footer --------------------------- */ 4557 4558 /* POST NAV LINKS */ 4559 4560 .post-nav-links { 4561 margin: 3em 0 0 0; 4562 } 4534 4563 } 4535 4564 … … 4545 4574 } 4546 4575 4576 /* Post Footer --------------------------- */ 4577 4578 /* POST NAV LINKS */ 4579 4580 .post-nav-links { 4581 margin: 3em 0 0 0; 4582 } 4547 4583 } 4548 4584 … … 4595 4631 } 4596 4632 4633 /* Post Footer --------------------------- */ 4634 4635 /* POST NAV LINKS */ 4636 4637 .post-nav-links { 4638 margin: 3em auto 0 auto; 4639 } 4597 4640 } 4598 4641 -
trunk/src/wp-content/themes/twentytwenty/style.css
r47241 r47244 2612 2612 font-weight: 600; 2613 2613 line-height: 1; 2614 margin-top: 3em; 2615 padding: 0 0.25em; 2614 margin: 3em auto 0 auto; 2615 padding: 0; 2616 width: calc(100% - 4rem); 2617 max-width: 58rem; 2618 } 2619 2620 .post-nav-links > span.label { 2621 padding: 1em 0; 2616 2622 } 2617 2623 … … 4497 4503 margin: 0.5rem 0 0 1rem; 4498 4504 } 4505 4506 /* Post Footer --------------------------- */ 4507 4508 /* POST NAV LINKS */ 4509 4510 .post-nav-links { 4511 margin: 3em 0 0 0; 4512 } 4499 4513 } 4500 4514 … … 4532 4546 max-width: 26rem; 4533 4547 } 4548 4549 /* Post Footer --------------------------- */ 4550 4551 /* POST NAV LINKS */ 4552 4553 .post-nav-links { 4554 margin: 3em 0 0 0; 4555 } 4534 4556 } 4535 4557 … … 4566 4588 } 4567 4589 4590 /* Post Footer --------------------------- */ 4591 4592 /* POST NAV LINKS */ 4593 4594 .post-nav-links { 4595 margin: 3em 0 0 0; 4596 } 4568 4597 } 4569 4598 … … 4579 4608 } 4580 4609 4610 /* Post Footer --------------------------- */ 4611 4612 /* POST NAV LINKS */ 4613 4614 .post-nav-links { 4615 margin: 3em 0 0 0; 4616 } 4581 4617 } 4582 4618 … … 4645 4681 } 4646 4682 4683 /* Post Footer --------------------------- */ 4684 4685 /* POST NAV LINKS */ 4686 4687 .post-nav-links { 4688 margin: 3em auto 0 auto; 4689 } 4647 4690 } 4648 4691
Note: See TracChangeset
for help on using the changeset viewer.