mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-08-23 07:45:54 +00:00
Added trademark disclaimer at the bottom of each page. (#719)
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
This commit is contained in:
committed by
michael vincerra
parent
388228aa6b
commit
af2324df0e
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user