Changeset 13818
- Timestamp:
- 06/14/2024 12:00:35 AM (6 months ago)
- Location:
- sites/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r13519 r13818 5 5 6 6 <?python 7 scripts_version = '21 8'7 scripts_version = '219' 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
r13191 r13818 543 543 } 544 544 body, th, tr { 545 line-height: 1.4; /* I don't know how you people read without this */ 545 --wp--custom--body--typography--line-height: 1.4;/* I don't know how you people read without this */ 546 line-height: var( --wp--custom--body--typography--line-height ); 546 547 } 547 548 hr {
Note: See TracChangeset
for help on using the changeset viewer.