Making WordPress.org

Changeset 6540


Ignore:
Timestamp:
02/05/2018 01:05:10 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Trac: Adjust header styling for Security Trac after [6439].

See #1821.

Location:
sites/trunk
Files:
2 edited

Legend:

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

    r6528 r6540  
    55
    66<?python
    7     scripts_version = '86'
     7    scripts_version = '87'
    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

    r6524 r6540  
    6060    font-family: 'Open Sans', sans serif;
    6161}
     62.security #headline a {
     63    color: #555;
     64}
    6265#wporg-header ul :link, #wporg-header ul :visited,
    6366#wporg-header ul :link:hover, #wporg-header ul :visited:hover,
     
    167170    border-right: 0;
    168171}
     172.security #metanav.nav li {
     173    color: #444;
     174}
    169175#metanav.nav li.last {
    170176    padding-right: 0;
     
    173179#metanav.nav a:visited {
    174180    color: rgba(255, 255, 255, 0.8);
     181}
     182.security #metanav.nav a,
     183.security #metanav.nav a:visited {
     184    color: #21759b;
    175185}
    176186#metanav.nav a:hover,
Note: See TracChangeset for help on using the changeset viewer.