Skip to content

Commit 7966045

Browse files
authored
Merge pull request #202 from tableau/docs-update
Docs update - cherry picked from development
2 parents 5e3ec34 + 3721a69 commit 7966045

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>(c) Copyright 2016 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)