Changeset 11007 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/css/components/_page-stats.scss
- Timestamp:
- 06/03/2021 06:36:20 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/css/components/_page-stats.scss
r6654 r11007 1 1 .page-stats { 2 h2 .swap-table { 3 vertical-align: initial; 4 5 &:hover { 6 cursor: pointer; 7 text-decoration: none; 8 } 9 } 10 2 11 .wporg-stats-chart { 3 12 align-items: center; … … 6 15 justify-content: center; 7 16 position: relative; 17 18 table thead { 19 color: inherit; 20 background: inherit; 21 } 8 22 } 9 23
Note: See TracChangeset
for help on using the changeset viewer.