From 9d47d8677d4ad4b8f9c92574ea9e4898b466563b Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Wed, 29 Feb 2012 17:04:48 -0800 Subject: [PATCH] Fix: Footer size increased slightly. --- NzbDrone.Web/Content/NzbDrone.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NzbDrone.Web/Content/NzbDrone.css b/NzbDrone.Web/Content/NzbDrone.css index ec679a113..37f0bb1ed 100644 --- a/NzbDrone.Web/Content/NzbDrone.css +++ b/NzbDrone.Web/Content/NzbDrone.css @@ -279,3 +279,9 @@ button span, input[type="button"] span, input[type="submit"] span, input[type="r color: #FFFFFF; font-weight: normal; } + +#footer a { + font-family: "Segoe UI Light", "Open Sans", "Segoe UI", sans-serif; + font-size: 14px; + font-weight: lighter; +} \ No newline at end of file