Changeset 28850
- Timestamp:
- 06/26/2014 03:35:19 PM (11 years ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/install.css
r28780 r28850 69 69 background-image: url(../images/w-logo-blue.png?ver=20131202); 70 70 background-image: none, url(../images/wordpress-logo.svg?ver=20131107); 71 -webkit-background-size: 8 0px 80px;72 background-size: 8 0px 80px;71 -webkit-background-size: 84px; 72 background-size: 84px; 73 73 background-position: center top; 74 74 background-repeat: no-repeat; 75 75 color: #999; 76 height: 8 0px;76 height: 84px; 77 77 font-size: 20px; 78 78 font-weight: normal; … … 81 81 padding: 0; 82 82 text-decoration: none; 83 width: 8 0px;83 width: 84px; 84 84 text-indent: -9999px; 85 85 outline: none; -
trunk/src/wp-admin/css/login.css
r28096 r28850 127 127 background-image: url(../images/w-logo-blue.png?ver=20131202); 128 128 background-image: none, url(../images/wordpress-logo.svg?ver=20131107); 129 -webkit-background-size: 8 0px 80px;130 background-size: 8 0px 80px;129 -webkit-background-size: 84px; 130 background-size: 84px; 131 131 background-position: center top; 132 132 background-repeat: no-repeat; 133 133 color: #999; 134 height: 8 0px;134 height: 84px; 135 135 font-size: 20px; 136 136 font-weight: normal; … … 139 139 padding: 0; 140 140 text-decoration: none; 141 width: 8 0px;141 width: 84px; 142 142 text-indent: -9999px; 143 143 outline: none;
Note: See TracChangeset
for help on using the changeset viewer.