Making WordPress.org

Changeset 11638


Ignore:
Timestamp:
03/04/2022 02:43:39 AM (3 years ago)
Author:
dd32
Message:

Trac: Format the GitHub PRs a little better on bbPress and BuddyPress tracs.

Follow up to [11635].

Location:
sites/trunk
Files:
2 edited

Legend:

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

    r11635 r11638  
    55
    66<?python
    7     scripts_version = '170'
     7    scripts_version = '171'
    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

    r11614 r11638  
    762762    -webkit-border-radius: 3px;
    763763    border-radius: 3px;
     764}
     765.foldable a:hover {
     766    text-decoration: none; /* for bb's */
    764767}
    765768#prefs {
     
    24492452    border: 1px solid #ccc;
    24502453    padding: 0 1em;
     2454    margin: 0;
    24512455    position: relative;
    24522456}
     
    24622466#github-prs .button {
    24632467    color: black;
     2468    white-space: nowrap;
     2469}
     2470#github-prs .button:hover {
     2471    text-decoration: none;
    24642472}
    24652473#github-prs ins {
Note: See TracChangeset for help on using the changeset viewer.