update design/develop link icons to 2x for high res display
Change-Id: I09560c395088e0f8d835199a6eb4267af50bddaa
This commit is contained in:
parent
aaf7664d88
commit
d19c2c82c1
3 changed files with 4 additions and 2 deletions
|
@ -2627,11 +2627,13 @@ a.notice-designers {
|
|||
a.notice-developers div,
|
||||
a.notice-designers div {
|
||||
min-height:40px;
|
||||
background:url('../images/styles/notice-developers.png') no-repeat 10px 10px;
|
||||
background:url('../images/styles/notice-developers@2x.png') no-repeat 10px 10px;
|
||||
background-size:40px 40px;
|
||||
padding:10px 10px 10px 60px;
|
||||
}
|
||||
a.notice-designers div {
|
||||
background:url('../images/styles/notice-designers.png') no-repeat 10px 10px;
|
||||
background:url('../images/styles/notice-designers@2x.png') no-repeat 10px 10px;
|
||||
background-size:40px 40px;
|
||||
}
|
||||
a.notice-developers:hover,
|
||||
a.notice-designers:hover {
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
Loading…
Reference in a new issue