From 010c5b15e5f1444cde85728bbcfb58463d05190f Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Tue, 7 Jan 2020 14:07:42 -0800 Subject: [PATCH] update copyright & trademark notices per OJSF; closes #4145 - updated some footer styles --- LICENSE | 2 +- README.md | 2 +- docs/_includes/default.html | 104 ++++++++++++++++++++++++++++++------ docs/css/style.css | 43 ++++++++++++--- 4 files changed, 126 insertions(+), 25 deletions(-) diff --git a/LICENSE b/LICENSE index 9ab23f6873..90f3bfd849 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ (The MIT License) -Copyright (c) 2011-2018 JS Foundation and contributors, https://js.foundation +Copyright (c) 2011-2020 OpenJS Foundation and contributors, https://openjsf.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index 3dc8ac25d0..68634e1f10 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,6 @@ Finally, come [chat with the maintainers](https://gitter.im/mochajs/contributors ## License -[MIT](LICENSE) +Copyright 2011-2020 OpenJS Foundation and contributors. Licensed [MIT](https://github.com/mochajs/mocha/blob/master/LICENSE). [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmochajs%2Fmocha.svg?type=large)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmochajs%2Fmocha?ref=badge_large) diff --git a/docs/_includes/default.html b/docs/_includes/default.html index baf940c829..d34a3f71fd 100644 --- a/docs/_includes/default.html +++ b/docs/_includes/default.html @@ -54,27 +54,99 @@

diff --git a/docs/css/style.css b/docs/css/style.css index 1eb9461bae..14528b6b67 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -228,18 +228,39 @@ img.screenshot { footer { background-color: #eee; border-top: 1px solid #ddd; - padding: 50px 0; - text-align: right; -} - -footer div { + padding: 50px 30px; color: #888; font-size: 0.8em; - margin-right: 30px; } -.last-modified { +#last-modified { + text-align: right; font-style: italic; + font-size: 0.7em; +} + +#copyright-notice { + max-width: 50%; +} + +#openjsf-links { + margin: 0; + padding: 0; + box-sizing: unset; + columns: unset; +} + +#openjsf-links li { + display: inline; /* displays list horizontally */ + border: none; + list-style: none; + margin: unset; + padding: unset; +} + +/* displays each list item with a "|" between */ +#openjsf-links li + li:before { + content: ' | '; } .dl-inline dt, @@ -272,6 +293,14 @@ footer div { margin: 20px -11px; padding: 10px; } + + /* this is too fancy and wide for mobile, so just use a normal vertical list */ + #openjsf-links li { + display: block; + } + #openjsf-links li + li:before { + content: unset; + } } blockquote {