Changeset 11638
- Timestamp:
- 03/04/2022 02:43:39 AM (3 years ago)
- Location:
- sites/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r11635 r11638 5 5 6 6 <?python 7 scripts_version = '17 0'7 scripts_version = '171' 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
r11614 r11638 762 762 -webkit-border-radius: 3px; 763 763 border-radius: 3px; 764 } 765 .foldable a:hover { 766 text-decoration: none; /* for bb's */ 764 767 } 765 768 #prefs { … … 2449 2452 border: 1px solid #ccc; 2450 2453 padding: 0 1em; 2454 margin: 0; 2451 2455 position: relative; 2452 2456 } … … 2462 2466 #github-prs .button { 2463 2467 color: black; 2468 white-space: nowrap; 2469 } 2470 #github-prs .button:hover { 2471 text-decoration: none; 2464 2472 } 2465 2473 #github-prs ins {
Note: See TracChangeset
for help on using the changeset viewer.