[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 .sticky { 2 // This class is required to pass ThemeCheck. 3 } 4 5 .no-results.not-found > *:first-child { 6 margin-bottom: calc(3 * var(--global--spacing-vertical)); 7 } 8 9 // Styling for wp_link_pages. 10 .page-links { 11 clear: both; 12 13 .post-page-numbers { 14 display: inline-block; 15 margin-left: calc(0.66 * var(--global--spacing-unit)); 16 margin-right: calc(0.66 * var(--global--spacing-unit)); 17 min-width: 44px; 18 min-height: 44px; 19 20 &:first-child { 21 margin-left: 0; 22 } 23 } 24 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |