Added trademark disclaimer at the bottom of each page. (#719)

Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
This commit is contained in:
Kevin Putnam
2019-08-09 13:08:23 -07:00
committed by michael vincerra
parent 388228aa6b
commit af2324df0e
2 changed files with 9 additions and 1 deletions
@@ -45,6 +45,10 @@
{{ super() }}
<div id="trademarks">
<p>*Other names and brands may be claimed as the property of others.</p>
</div>
{% endblock %}
{% block menu %}
@@ -271,4 +271,8 @@ th,td {
/*Adds a bit of spacing after the last paragraph in a bulleted list*/
.wy-plain-list-disc li p:last-child, .rst-content .section ul li p:last-child, .rst-content .toctree-wrapper ul li p:last-child, article ul li p:last-child {
margin-bottom: 10px;
}
}
div#trademarks {
color: gray;
}