mirror of https://github.com/crossplane/docs.git
Adding Crossplane Authors to footer
Signed-off-by: Steven Rathbauer <steven@rathpc.com>
This commit is contained in:
parent
cae95df2ee
commit
40a76f5d31
|
@ -13,8 +13,14 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="lf-copyright">
|
||||
© {{ site.time | date: '%Y' }} The Linux Foundation. All rights reserved. The Linux Foundation has
|
||||
registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our
|
||||
<a href="https://www.linuxfoundation.org/trademark-usage/">Trademark Usage</a> page.
|
||||
<p>
|
||||
© Crossplane Authors {{ site.time | date: '%Y' }}. Documentation distributed under
|
||||
<a href="https://creativecommons.org/licenses/by/4.0">CC-BY-4.0</a>.
|
||||
</p>
|
||||
<p>
|
||||
© {{ site.time | date: '%Y' }} The Linux Foundation. All rights reserved. The Linux Foundation has
|
||||
registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our
|
||||
<a href="https://www.linuxfoundation.org/trademark-usage/">Trademark Usage</a> page.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -366,10 +366,19 @@ body {
|
|||
|
||||
.lf-copyright {
|
||||
padding: 0 40px 50px !important;
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
max-width: 800px;
|
||||
|
||||
p {
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
margin: 10px 0 0 0;
|
||||
|
||||
&:first-of-type {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: $blue;
|
||||
|
||||
|
|
Loading…
Reference in New Issue