Link Windows Store

This commit is contained in:
Reinhard Pointner 2016-11-06 16:33:39 +08:00
parent 2f9b51edf5
commit a0527a2359
1 changed files with 2 additions and 3 deletions

View File

@ -476,18 +476,17 @@ div.screencast:hover .play {
border-radius: 4px 4px 4px 4px;
background-color: #fcfbfa;
display: inline-block;
box-shadow: 0px 0px 5px #2574ce;
}
#download li.macosx {
background: url('images/apple.logo.svg') no-repeat 0.5em 0.27em;
background-size: 24px 24px;
box-shadow: 0px 0px 5px #2574ce;
}
#download li.windows {
background: url('images/microsoft.logo.svg') no-repeat 0.5em 0.3em;
background-size: 24px 24px;
box-shadow: 0px 0px 5px #2574ce;
background-size: 24px 24px;
}
/**