Changeset 12406 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/stats-overview.php
- Timestamp:
- 02/20/2023 02:56:09 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/stats-overview.php
r12287 r12406 11 11 ?> 12 12 <div class="stats-table"> 13 14 <?php /* todo: remove this code and the style-full-width.css file after the tests */15 if ( ! ( ( isset( $_GET['full-width'] ) && 'true' == $_GET['full-width'] ) ) ): ?>16 13 <style> 17 .gp-content {18 max-width: 95%;19 }14 .gp-content { 15 max-width: 95%; 16 } 20 17 </style> 21 <?php endif; ?>22 18 <table id="stats-table" class="table"> 23 19 <thead>
Note: See TracChangeset
for help on using the changeset viewer.