From 7e3e71c7a83d1c295aeaee0cc252463ec31ec1a1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Mar 2019 23:54:25 +0100 Subject: Don't use weird character for signature link --- content/pages/index.md | 2 +- themes/lv2/static/css/main.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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. Download LV2 1.16.0 - +sig 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 { -- cgit v1.2.1