Changeset 11502
- Timestamp:
- 02/02/2022 03:33:15 AM (3 years ago)
- Location:
- sites/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/core/site-specific.html
r11482 r11502 6 6 <head py:match="head" py:attrs="select('@*')"> 7 7 ${select('*|comment()|text()')} 8 <link rel="stylesheet" href="https://s.w.org/wp-content/plugins/trac-notifications/make-core.css?ver= 6" />8 <link rel="stylesheet" href="https://s.w.org/wp-content/plugins/trac-notifications/make-core.css?ver=7" /> 9 9 </head> 10 10 -
sites/trunk/trac.wordpress.org/templates/site.html
r11464 r11502 5 5 6 6 <?python 7 scripts_version = '15 5'7 scripts_version = '156' 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/wp-content/plugins/trac-notifications/make-core.css
r11477 r11502 35 35 display: block; 36 36 position: absolute; 37 top: 1 79px;37 top: 122px; 38 38 background: white; 39 39 width: 100%; … … 44 44 @media screen and (min-width: 890px) { 45 45 body.ticket-reports-open #report-popup { 46 top: 1 66px;46 top: 152px; 47 47 } 48 48 }
Note: See TracChangeset
for help on using the changeset viewer.