From 236f636d4bb1e60228f4672d73468332f61be80a Mon Sep 17 00:00:00 2001 From: Sacha Judd Date: Tue, 30 Jan 2018 15:31:38 +1300 Subject: [PATCH] FIX Add styles for footer license misalignment --- themes/docs/css/styles.css | 7 +++++++ themes/docs/templates/Includes/DocumentationFooter.ss | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/themes/docs/css/styles.css b/themes/docs/css/styles.css index b9dcd8a..0a024c6 100644 --- a/themes/docs/css/styles.css +++ b/themes/docs/css/styles.css @@ -115,3 +115,10 @@ form .message.error { background: url(https://www.silverstripe.org/themes/ssv3/img/global-logo-open-source.svg) no-repeat; } } + +.footer-license { + border: 0; + float: right; + padding: 0; + margin: -5px 0 0 6px; +} diff --git a/themes/docs/templates/Includes/DocumentationFooter.ss b/themes/docs/templates/Includes/DocumentationFooter.ss index 1bc8ad1..b6eef8a 100644 --- a/themes/docs/templates/Includes/DocumentationFooter.ss +++ b/themes/docs/templates/Includes/DocumentationFooter.ss @@ -1,5 +1,5 @@