From 889f2c3f907b5471db7399e886d7b6778216c02b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 13 Jul 2022 15:05:53 -0400 Subject: Simplify download link --- content/pages/index.md | 2 +- themes/lv2/static/css/main.css | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/content/pages/index.md b/content/pages/index.md index 76b999f..1504859 100644 --- a/content/pages/index.md +++ b/content/pages/index.md @@ -21,7 +21,7 @@ Developing The LV2 specification itself and accompanying code is permissively licensed free software, with support for all major platforms. -* Download LV2 1.18.4 +* [Download LV2 1.18.4](http://lv2plug.in/spec/lv2-1.18.4.tar.xz)  * [Why LV2?](pages/why-lv2.html) * [Developing with LV2](pages/developing.html) diff --git a/themes/lv2/static/css/main.css b/themes/lv2/static/css/main.css index 5cd8d98..c6636e2 100644 --- a/themes/lv2/static/css/main.css +++ b/themes/lv2/static/css/main.css @@ -94,11 +94,6 @@ caption { /* LV2 site specific things */ -.biglink { - font-size: large; - font-family: "SF Pro Text", Verdana, "DejaVu Sans", sans-serif; -} - .biglogo { width: 6em; float: left; -- cgit v1.2.1