Changeset 11609
- Timestamp:
- 02/25/2022 04:47:06 AM (3 years ago)
- Location:
- sites/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r11583 r11609 5 5 6 6 <?python 7 scripts_version = '16 3'7 scripts_version = '164' 8 8 project_slug = req.environ['HTTP_HOST'].split(':')[0].split('.')[0] 9 9 wporg_endpoint = 'https://make.wordpress.org/' + project_slug + '/' -
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css
r11534 r11609 2363 2363 } 2364 2364 } 2365 2366 @media (max-width:1200px) { 2367 table.listing { 2368 display: block; 2369 overflow-x: auto; 2370 } 2371 }
Note: See TracChangeset
for help on using the changeset viewer.