summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-03-24 23:54:25 +0100
committerDavid Robillard <d@drobilla.net>2019-03-24 23:54:25 +0100
commit7e3e71c7a83d1c295aeaee0cc252463ec31ec1a1 (patch)
tree1d11eb1abd1a4350bcd18485ef8f55ef4dbf31e9
parentc10aec328521bd46d1b6700825422c559ba7381b (diff)
downloadlv2site-7e3e71c7a83d1c295aeaee0cc252463ec31ec1a1.tar.xz
Don't use weird character for signature link
-rw-r--r--content/pages/index.md2
-rw-r--r--themes/lv2/static/css/main.css1
2 files changed, 2 insertions, 1 deletions
diff --git a/content/pages/index.md b/content/pages/index.md
index f2a9171..f883518 100644
--- a/content/pages/index.md
+++ b/content/pages/index.md
@@ -18,7 +18,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.16.0.tar.bz2">Download LV2 1.16.0</a>
-<a class="siglink" href="http://lv2plug.in/spec/lv2-1.16.0.tar.bz2.asc">&#x2611;</a>
+<a class="siglink" href="http://lv2plug.in/spec/lv2-1.16.0.tar.bz2.asc">sig</a>
Learn
-----
diff --git a/themes/lv2/static/css/main.css b/themes/lv2/static/css/main.css
index 61cb6fa..4462303 100644
--- a/themes/lv2/static/css/main.css
+++ b/themes/lv2/static/css/main.css
@@ -40,6 +40,7 @@ a:hover {
.siglink {
font-style: italic;
+ font-size: x-small;
}
img {