Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
<a href="/tos">terms</a> &bull;
<a href="http://www.google.com/intl/en/policies/privacy/">privacy</a>
</p>
<p class="licenses">
Except as otherwise noted,
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>,
and code samples are licensed under the BSD License.
</p>
</div>
</div>

Expand Down
8 changes: 8 additions & 0 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,11 @@ pre {
.terms {
font-size: 14px;
}

/**
* The licenses used for the content.
*/
.licenses {
font-size: 10px;
width: 66%;
}