Changeset 6540
- Timestamp:
- 02/05/2018 01:05:10 PM (7 years ago)
- Location:
- sites/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r6528 r6540 5 5 6 6 <?python 7 scripts_version = '8 6'7 scripts_version = '87' 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
r6524 r6540 60 60 font-family: 'Open Sans', sans serif; 61 61 } 62 .security #headline a { 63 color: #555; 64 } 62 65 #wporg-header ul :link, #wporg-header ul :visited, 63 66 #wporg-header ul :link:hover, #wporg-header ul :visited:hover, … … 167 170 border-right: 0; 168 171 } 172 .security #metanav.nav li { 173 color: #444; 174 } 169 175 #metanav.nav li.last { 170 176 padding-right: 0; … … 173 179 #metanav.nav a:visited { 174 180 color: rgba(255, 255, 255, 0.8); 181 } 182 .security #metanav.nav a, 183 .security #metanav.nav a:visited { 184 color: #21759b; 175 185 } 176 186 #metanav.nav a:hover,
Note: See TracChangeset
for help on using the changeset viewer.