Changeset 14442
- Timestamp:
- 04/29/2025 09:45:14 PM (10 months ago)
- Location:
- sites/trunk
- Files:
-
- 2 edited
-
trac.wordpress.org/templates/site.html (modified) (1 diff)
-
wordpress.org/public_html/style/trac/wp-trac.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r14393 r14442 5 5 6 6 <?python 7 scripts_version = '22 3'7 scripts_version = '224' 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
r14251 r14442 2507 2507 padding-left: 0; 2508 2508 } 2509 #github-prs ul.pull-requests li div: last-of-type {2509 #github-prs ul.pull-requests li div:nth-of-type(n+2):last-of-type { 2510 2510 white-space: nowrap; 2511 2511 padding-right: 0;
Note: See TracChangeset
for help on using the changeset viewer.