Changeset 12537 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/css/components/_site.scss
- Timestamp:
- 04/12/2023 09:09:42 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/css/components/_site.scss
r12385 r12537 533 533 font-size: small; 534 534 padding: 0.25rem 0.5rem; 535 margin-top: 1 rem;535 margin-top: 1.5rem; 536 536 } 537 537 … … 555 555 } 556 556 } 557 .tab { 558 display: none; 557 .tab-content { 559 558 border: 1px solid #aaa; 560 559 padding: 1rem; 561 560 margin-top: -1px; 562 } 563 .active { 564 display: block; 561 562 .tab { 563 display: none; 564 565 &.active { 566 display: block; 567 } 568 } 565 569 } 566 570 }
Note: See TracChangeset
for help on using the changeset viewer.