From e326e848dc9e065af2cb4a324e3ebcf98ad9fb33 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 19 Jul 2025 16:22:15 +0200 Subject: Added cwm and conky setup note --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 8daed28..585237f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -68,7 +68,7 @@ img, video, audio { max-width: 100%; } figure { display: flex; justify-content: center; margin: 2.5em 0; } img, video { border: var(--border-width) solid var(--primary-color); padding: 0.5em; } - img.no-border, video.no-border { border: 0; padding: 0; } + img.no-border, video.no-border, img[src$="?no-border"] { border: 0; padding: 0; } pre { background: var(--code-color)!important; border: var(--border-width) solid var(--primary-color); text-wrap: wrap; padding: 1.0em; line-height: 170%; text-wrap: nowrap; overflow-x: auto; } code { background: var(--code-color); padding: 0 0.2em; } -- cgit v1.2.3