diff options
-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 { |