Making WordPress.org

Changeset 13818


Ignore:
Timestamp:
06/14/2024 12:00:35 AM (6 months ago)
Author:
dd32
Message:

Trac: Force line-height back to 1.4.

See #7674.

Location:
sites/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/trac.wordpress.org/templates/site.html

    r13519 r13818  
    55
    66<?python
    7     scripts_version = '218'
     7    scripts_version = '219'
    88    project_slug = req.environ['HTTP_HOST'].split(':')[0].split('.')[0]
    99    wporg_endpoint = 'https://make.wordpress.org/' + project_slug + '/'
  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css

    r13191 r13818  
    543543}
    544544body, 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 );
    546547}
    547548hr {
Note: See TracChangeset for help on using the changeset viewer.