diff options
author | Sacha Chua <sacha@sachachua.com> | 2021-11-29 20:00:53 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2021-11-29 20:00:53 -0500 |
commit | 1a38e92bc01d9e740a4d73fd1455323042eec9f9 (patch) | |
tree | c76c1920dea420087c4adde434fe7169e7924a65 /2021 | |
parent | b6e3715c4feb77cec8b2855443c43721b49131e1 (diff) | |
download | emacsconf-wiki-1a38e92bc01d9e740a4d73fd1455323042eec9f9.tar.xz emacsconf-wiki-1a38e92bc01d9e740a4d73fd1455323042eec9f9.zip |
remove sidebar
Diffstat (limited to '2021')
-rw-r--r-- | 2021/all.md | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/2021/all.md b/2021/all.md index af7697e5..055a1c73 100644 --- a/2021/all.md +++ b/2021/all.md @@ -5,19 +5,5 @@ [[!inline pages="internal(2021/all-include)" raw="yes"]] </div> -[[!sidebar]] +[[!sidebar content=""]] -<style> - .all > ol { list-style-type: none; padding: 0 } - .all > ol > li { - display: block; - box-shadow: 0 3px 10px rgb(0 0 0 / 20%); - padding: 10px; - margin-bottom: 10px; - border: 1px solid rgb(0 0 0 / 20%); - border-radius: 5px; } - .all > ol > li video { max-width: 100%; - width: 180px; - position: absolute; - left: 10px; } -</style> |