summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-05 16:58:09 -0400
committerDavid Robillard <d@drobilla.net>2022-07-13 15:12:18 -0400
commit5cd0aa2d66edc4dce86f6fc7fb45a0e118c98a2d (patch)
treed620562dccdae7e69f1b23c4c794d64da1b41518
parenta12f4b593a3e2048602c91e305e5940ed9f07d44 (diff)
downloadlv2site-5cd0aa2d66edc4dce86f6fc7fb45a0e118c98a2d.tar.xz
Use a cleaner-looking checkmark for tarball signature link
-rw-r--r--content/pages/index.md2
-rw-r--r--themes/lv2/static/css/main.css2
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">&#10003;</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 {