From ed3cdf7ec7c04479266f0e51165a7d2b3b901d96 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Fri, 28 Feb 2020 12:03:07 -0800 Subject: [PATCH] websites.factorcode: smaller fonts in downloads table. --- extra/websites/factorcode/master.css | 1 + 1 file changed, 1 insertion(+) diff --git a/extra/websites/factorcode/master.css b/extra/websites/factorcode/master.css index 5de5fa1737..3af3a83d32 100644 --- a/extra/websites/factorcode/master.css +++ b/extra/websites/factorcode/master.css @@ -54,6 +54,7 @@ li { border-left: none; letter-spacing: 2px; text-transform: uppercase; + font-size: smaller; padding: 6px; background: #CAE8EA url(bg_header.jpg) no-repeat; text-align: center;