Changeset 13144
- Timestamp:
- 01/23/2024 10:35:20 PM (14 months ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/404.php
r2225 r13144 7 7 8 8 <h2 class="section-title"><?php _e( 'Not Found', 'make-wporg' ); ?></h2> 9 <article style="width:100%">9 <article> 10 10 <p><?php _e( 'Are you looking to contribute to WordPress? Check out the <a href="//make.wordpress.org/">many ways to get involved</a>.', 'make-wporg' ); ?></p> 11 11 </article> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/style.css
r12640 r13144 197 197 -o-transition-property: background, box-shadow; 198 198 transition-property: background, box-shadow; 199 } 200 201 .error404 section.get-involved article { 202 box-sizing: border-box; 203 width: calc( 100% - 20px ); 199 204 } 200 205 … … 299 304 width: calc( 100% / 2 - 60px ); 300 305 } 306 307 .error404 section.get-involved article { 308 width: calc( 100% - 20px ); 309 } 301 310 } 302 311 … … 328 337 } 329 338 339 .error404 section.get-involved article { 340 width: calc( 100% - 20px ); 341 } 330 342 } 331 343
Note: See TracChangeset
for help on using the changeset viewer.