10000 Merge pull request #181 from tableau/d45_copyright_update · LluisRamon/document-api-python@4742f61 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4742f61

Browse files
authored
Merge pull request tableau#181 from tableau/d45_copyright_update
Adding legal and privacy links to footer
2 parents e137a42 + e72e07a commit 4742f61

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/_includes/footer.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<div class="row">
44
<hr class="footer-hr">
55
<p>This site is open source. Suggestions and pull requests are welcome on our <a href="https://github.com/tableau/document-api-python">GitHub page</a>.</p>
6-
<p>&copy; Copyright <script>document.write(new Date().getFullYear())</script> Tableau</p>
6+
<p><a href="https://www.tableau.com/en-us/legal" class="aLegal">LEGAL</a> <a href="https://www.tableau.com/en-us/privacy" class="aLegal">PRIVACY</a> &copy; 2003&ndash;<script>document.write(new Date().getFullYear())</script> TABLEAU SOFTWARE LLC. ALL RIGHTS RESERVED</p>
7+
<sub>Documentation last generated on: {{ site.time }}</sub>
78
</div>
89
</footer>

docs/css/main.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,4 +273,8 @@ html {
273273
.size-1of2 { width: 50%; }
274274
.size-1of3 { width: 33.333%; }
275275

276-
276+
/* Legal and Privacy Links */
277+
.aLegal {
278+
word-spacing: 8px;
279+
padding-right: 8px;
280+
}

0 commit comments

Comments
 (0)
0