Changeset 6313
- Timestamp:
- 01/08/2018 06:54:51 PM (7 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/style
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/wp4.css
r6220 r6313 217 217 #wporg-header h1 a { 218 218 display: block; 219 background: url(//s.w.org/style/images/wp-header-logo.png?1) center left no-repeat; 220 background-size: 303px 53px; 221 width: 303px; 219 background: url(//s.w.org/style/images/wporg-logo.svg?1) center left no-repeat; 220 background-size: 290px 46px; 222 221 height: 88px; 223 222 text-indent: -9999px; 224 }225 @media only screen and (-webkit-min-device-pixel-ratio: 1.5),226 only screen and (min-resolution: 1.5dppx),227 only screen and (min-resolution: 144dpi) {228 #wporg-header h1 a {229 background-image: url(//s.w.org/style/images/wp-header-logo-2x.png?1);230 }231 223 } 232 224
Note: See TracChangeset
for help on using the changeset viewer.