Changeset 11905
- Timestamp:
- 06/07/2022 05:45:00 AM (3 years ago)
- Location:
- sites/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r11904 r11905 5 5 6 6 <?python 7 scripts_version = '20 0'7 scripts_version = '201' 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
r11803 r11905 2054 2054 /* =Responsive / Mobile 2055 2055 ----------------------------------------------- */ 2056 @media (max-width: 770px) {2056 @media (max-width: 960px) { 2057 2057 #main { 2058 2058 overflow-x: auto; 2059 2059 } 2060 } 2061 @media (max-width: 770px) { 2060 2062 #headline { 2061 2063 height: auto;
Note: See TracChangeset
for help on using the changeset viewer.