Link Windows Store

This commit is contained in:
Reinhard Pointner 2016-11-06 16:32:21 +08:00
parent 83156be8af
commit 2f9b51edf5
1 changed files with 6 additions and 2 deletions

View File

@ -481,15 +481,17 @@ div.screencast:hover .play {
#download li.macosx {
background: url('images/apple.logo.svg') no-repeat 0.5em 0.27em;
background-size: 24px 24px;
box-shadow: 0px 0px 5px royalblue;
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 orangered;
box-shadow: 0px 0px 5px #2574ce;
}
/**
#download li.ubuntu {
list-style: none;
background: url('images/ubuntu.logo.svg') no-repeat 0.4em center;
@ -505,3 +507,5 @@ div.screencast:hover .play {
#download li.ubuntu a {
color: rgb(221, 72, 20);
}
**/