From 1c05a01331f7f8c62070c5c6b41459e1a9f5edf4 Mon Sep 17 00:00:00 2001 From: Dave Hagen Date: Fri, 28 Feb 2020 08:36:49 -0800 Subject: [PATCH 1/3] Updating copyright date We are using this script for all our Tableau content. --- docs/_includes/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 5cae7ea..29f6c0a 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -3,6 +3,6 @@

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

-

(c) Copyright 2016 Tableau

+

© Copyright Tableau

From c2196ef3ba400605559e68ff95031cde27d2be11 Mon Sep 17 00:00:00 2001 From: Dave Hagen Date: Tue, 19 May 2020 11:44:51 -0700 Subject: [PATCH 2/3] updating with legal and privacy links --- docs/_includes/footer.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 29f6c0a..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.

-

© Copyright Tableau

+

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

+ Documentation last generated on: {{ site.time }}
From 3721a696856a56e485c6bd306607cfa55fa81b0e Mon Sep 17 00:00:00 2001 From: Dave Hagen Date: Tue, 19 May 2020 11:46:43 -0700 Subject: [PATCH 3/3] Update main.css --- docs/css/main.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; +}