summaryrefslogtreecommitdiffstats
path: root/2021/all.md
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2021-11-29 20:00:14 -0500
committerSacha Chua <sacha@sachachua.com>2021-11-29 20:00:14 -0500
commit4c11b7504f0081c139c57050bc9abd417364d271 (patch)
tree2435255aad8e0cb4796fb45a1d7a8080defca16c /2021/all.md
parentdb3399b3d37378c59a2fc5ec44a833dabb2057ca (diff)
downloademacsconf-wiki-4c11b7504f0081c139c57050bc9abd417364d271.tar.xz
emacsconf-wiki-4c11b7504f0081c139c57050bc9abd417364d271.zip
Let's try this with CSS
Diffstat (limited to '2021/all.md')
-rw-r--r--2021/all.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/2021/all.md b/2021/all.md
index e3adcf4b..af7697e5 100644
--- a/2021/all.md
+++ b/2021/all.md
@@ -5,4 +5,19 @@
[[!inline pages="internal(2021/all-include)" raw="yes"]]
</div>
-[[!sidebar content=""]]
+[[!sidebar]]
+
+<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>