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
|
||||
<br>
|
||||
© {{ 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>
|
||||
</div>
|
||||
<div class="container">
|
||||
|
||||
@ -3696,13 +3696,22 @@ font-family: "Open Sans";
|
||||
.code-example {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin-bottom 0px !important;
|
||||
margin-bottom: 0px !important;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.copyright {
|
||||
color: #fff !important;
|
||||
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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user