diff options
author | David Robillard <d@drobilla.net> | 2022-07-05 16:58:09 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-13 15:12:18 -0400 |
commit | 5cd0aa2d66edc4dce86f6fc7fb45a0e118c98a2d (patch) | |
tree | d620562dccdae7e69f1b23c4c794d64da1b41518 | |
parent | a12f4b593a3e2048602c91e305e5940ed9f07d44 (diff) | |
download | lv2site-5cd0aa2d66edc4dce86f6fc7fb45a0e118c98a2d.tar.xz |
Use a cleaner-looking checkmark for tarball signature link
-rw-r--r-- | content/pages/index.md | 2 | ||||
-rw-r--r-- | themes/lv2/static/css/main.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/pages/index.md b/content/pages/index.md index 9f89e3c..abbe62f 100644 --- a/content/pages/index.md +++ b/content/pages/index.md @@ -17,7 +17,7 @@ Extensions support more powerful features, such as: The LV2 specification itself as well as the accompanying libraries are permissively licensed free software, with support for all major platforms. <a class="biglink" href="http://lv2plug.in/spec/lv2-1.18.4.tar.bz2">Download LV2 1.18.4</a> -<a class="siglink" href="http://lv2plug.in/spec/lv2-1.18.4.tar.bz2.asc">sig</a> +<a class="siglink" href="http://lv2plug.in/spec/lv2-1.18.4.tar.bz2.asc">✓</a> Learn ----- diff --git a/themes/lv2/static/css/main.css b/themes/lv2/static/css/main.css index 9378a6e..1c969ef 100644 --- a/themes/lv2/static/css/main.css +++ b/themes/lv2/static/css/main.css @@ -100,8 +100,8 @@ caption { } .siglink { - font-style: italic; font-size: x-small; + vertical-align: super; } img { |