From 6c0aee59b9d5e01c853539149763465754f43449 Mon Sep 17 00:00:00 2001 From: OrcaSlicerBot Date: Fri, 9 Jan 2026 22:31:52 +0000 Subject: [PATCH] Updated Wiki content --- web_extras/extra.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web_extras/extra.css b/web_extras/extra.css index 5da21e8..6ec8c02 100644 --- a/web_extras/extra.css +++ b/web_extras/extra.css @@ -158,6 +158,13 @@ h1 + ol, h2 + ol, h3 + ol, h4 + ol{ margin-left: 0.2em; } +/* /////// Images */ + +/* Vertically align images to make it inline with text */ +.md-typeset img { + vertical-align: middle; +} + /* /////// LINKS */