Changeset 12856
- Timestamp:
- 08/22/2023 07:47:28 AM (2 years ago)
- Location:
- sites/trunk
- Files:
-
- 2 edited
-
trac.wordpress.org/templates/site.html (modified) (1 diff)
-
wordpress.org/public_html/style/trac/wp-trac.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r12855 r12856 5 5 6 6 <?python 7 scripts_version = '21 5'7 scripts_version = '216' 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
r12855 r12856 532 532 font-family: "Open Sans", sans-serif; 533 533 } 534 #main h1 { 535 font-size: 19px; 536 font-weight: bold; 537 } 534 538 #main h2 { 535 539 font-size: 22px; 536 540 font-weight: 300; 537 541 } 538 #main h3 {542 #main h3, #main h4 { 539 543 font-size: 14px; 540 544 font-weight: bold;
Note: See TracChangeset
for help on using the changeset viewer.