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 @@