diff options
Diffstat (limited to 'docs/static')
| -rw-r--r-- | docs/static/customstyle.css | 16 | ||||
| -rw-r--r-- | docs/static/favicon.ico.license | 3 |
2 files changed, 19 insertions, 0 deletions
diff --git a/docs/static/customstyle.css b/docs/static/customstyle.css index 6c964b762..ce2140e70 100644 --- a/docs/static/customstyle.css +++ b/docs/static/customstyle.css @@ -9,7 +9,19 @@ margin: 4px; } +/* custom CSS to sticky the ' viewing outdated version' + warning +*/ +.document > .admonition { + position: sticky; + top: 0px; + background-color: salmon; + z-index: 2; +} +body { + overflow-x: unset!important; +} /* override table width restrictions */ @media screen and (min-width: 767px) { @@ -24,3 +36,7 @@ overflow: visible !important; } } + +.strike { + text-decoration: line-through; +} diff --git a/docs/static/favicon.ico.license b/docs/static/favicon.ico.license new file mode 100644 index 000000000..86a3fbfe8 --- /dev/null +++ b/docs/static/favicon.ico.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2018 Phillip Torrone for Adafruit Industries + +SPDX-License-Identifier: CC-BY-4.0 |
