diff --git a/website/base.css b/website/base.css index f933690e..81c584fb 100644 --- a/website/base.css +++ b/website/base.css @@ -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 {