Update purchase website

This commit is contained in:
Reinhard Pointner 2018-06-16 19:25:07 +07:00
parent a95ecdc186
commit 0af00b0fdc
1 changed files with 9 additions and 1 deletions

View File

@ -512,7 +512,7 @@ div.screencast:hover .play {
position: absolute;
}
#purchase .price > * {
#purchase .price > span {
position: relative;
left: 10em;
top: 1.3em;
@ -529,6 +529,14 @@ div.screencast:hover .play {
background-color:#F14E4E;
}
#purchase .price > span:after {
content: " (excl. tax)";
font-size: xx-small;
position: relative;
bottom: 0.12em;
left: 0.1em;
}
/**
#download li.ubuntu {