Changeset 13191
- Timestamp:
- 02/08/2024 05:05:21 AM (11 months ago)
- Location:
- sites/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r13098 r13191 5 5 6 6 <?python 7 scripts_version = '21 5'7 scripts_version = '216' 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
r13098 r13191 14 14 max-width: 940px; /* The width of the content area is smaller for proper padding. */ 15 15 padding: 0 10px; 16 } 17 18 /* Footer padding. */ 19 @media (max-width: 889px) { 20 body[class] { 21 --wp--preset--spacing--edge-space: 20px; 22 } 16 23 } 17 24
Note: See TracChangeset
for help on using the changeset viewer.