Skip to content

Commit ce28548

Browse files
Dev (#323)
Release Extension 1.4.0
1 parent 9e480a3 commit ce28548

File tree

98 files changed

+26602
-8878
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+26602
-8878
lines changed

_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/extensions-api">GitHub page</a>.</p>
6-
<p>(c) Copyright 2018 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;Copyright 2003&ndash;<script>document.write(new Date().getFullYear())</script> Tableau</p>
7+
<sub>Documentation last generated on: {{ site.time }}</sub>
78
</div>
89
</footer>

assets/css/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,3 +274,8 @@ html {
274274
.size-1of3 { width: 33.333%; }
275275

276276

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

0 commit comments

Comments
 (0)