mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-10 06:20:27 -04:00
Update purchase website
This commit is contained in:
parent
a95ecdc186
commit
0af00b0fdc
@ -512,7 +512,7 @@ div.screencast:hover .play {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
#purchase .price > * {
|
#purchase .price > span {
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 10em;
|
left: 10em;
|
||||||
top: 1.3em;
|
top: 1.3em;
|
||||||
@ -529,6 +529,14 @@ div.screencast:hover .play {
|
|||||||
background-color:#F14E4E;
|
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 {
|
#download li.ubuntu {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user