From 0af00b0fdcd892e0b6201fdae2fc5903d742a754 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Sat, 16 Jun 2018 19:25:07 +0700 Subject: [PATCH] Update purchase website --- website/base.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 {