FIX Add styles for footer license misalignment

This commit is contained in:
Sacha Judd 2018-01-30 15:31:38 +13:00
parent 79fb93fbec
commit 236f636d4b
2 changed files with 9 additions and 2 deletions

View File

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

View File

@ -1,5 +1,5 @@
<div id="footer">
<p>Documentation powered by <a href="http://www.silverstripe.org">SilverStripe</a> (<a href="https://github.com/silverstripe/doc.silverstripe.org">code</a>). <a href="https://github.com/silverstripe/silverstripe-framework">Contribute documentation to doc.silverstripe.org</a>, <a href="https://github.com/silverstripe/silverstripe-framework/issues/new?labels=documentation">raise a bug or enhancement ticket</a>.
<p>Documentation powered by <a href="http://www.silverstripe.org">SilverStripe</a> (<a href="https://github.com/silverstripe/doc.silverstripe.org">code</a>). <a href="https://github.com/silverstripe/silverstripe-framework">Contribute documentation to doc.silverstripe.org</a>, <a href="https://github.com/silverstripe/silverstripe-framework/issues/new?labels=documentation">raise a bug or enhancement ticket</a>.</p>
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
<p><a rel="license" href="http://creativecommons.org/licenses/by/4.0/" ><img alt="Creative Commons License" class="footer-license" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</p>
</div>