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 */