forked from LaconicNetwork/kompose
Merge pull request #1816 from martinjirku/1815-add-trademarks
docs(1815): add trademarks link ref to linux foundation
This commit is contained in:
commit
e86959459c
@ -7,6 +7,14 @@
|
|||||||
Apache License 2.0 licensed project
|
Apache License 2.0 licensed project
|
||||||
<br>
|
<br>
|
||||||
© {{ site.year }} Kompose Authors -- All Rights Reserved
|
© {{ site.year }} Kompose Authors -- All Rights Reserved
|
||||||
|
<br />
|
||||||
|
<a
|
||||||
|
class="trademarks"
|
||||||
|
href="https://www.linuxfoundation.org/legal/trademark-usage"
|
||||||
|
target="_blank"
|
||||||
|
ref="noopener"
|
||||||
|
>Trademarks</a
|
||||||
|
>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|||||||
@ -3696,13 +3696,22 @@ font-family: "Open Sans";
|
|||||||
.code-example {
|
.code-example {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-bottom 0px !important;
|
margin-bottom: 0px !important;
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.copyright {
|
.copyright {
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
font-size:13px;
|
font-size:13px;
|
||||||
|
padding-bottom: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.trademarks {
|
||||||
|
color: #fff !important;
|
||||||
|
font-weight:600;
|
||||||
|
display: inline-block;
|
||||||
|
text-decoration: underline;
|
||||||
|
padding: 0.8rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight {
|
.highlight {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user