diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 5cae7ea..6bfb1db 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -3,6 +3,7 @@

This site is open source. Suggestions and pull requests are welcome on our GitHub page.

-

(c) Copyright 2016 Tableau

+

LEGAL PRIVACY © 2003– TABLEAU SOFTWARE LLC. ALL RIGHTS RESERVED

+ Documentation last generated on: {{ site.time }}
diff --git a/docs/css/main.css b/docs/css/main.css index 05fd446..f9a61e9 100644 --- a/docs/css/main.css +++ b/docs/css/main.css @@ -273,4 +273,8 @@ html { .size-1of2 { width: 50%; } .size-1of3 { width: 33.333%; } - +/* Legal and Privacy Links */ +.aLegal { + word-spacing: 8px; + padding-right: 8px; +}