Replies: 2 comments
-
This is likely a CSS specificity issue. Try something like: .md-typeset img {
display: block;
border: 1px solid black;
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed, indent in .yaml was at an incorrect level.
…On Wed, Aug 10, 2022 at 9:49 AM Martin Donath ***@***.***> wrote:
This is likely a CSS specificity issue. Try something like:
.md-typeset img {
display: block;
border: 1px solid black;
}
—
Reply to this email directly, view it on GitHub
<#4228 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVCM5IX42E5YFBALDPVDGK3VYNNHRANCNFSM5573HF2A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
squidfunk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As described I added a stylesheet dir + extra.css and included in mkdocs.yml.
However adding css does not seem to have any effect coz I want to add a border to the screenshots part of the docu set.
img { display: block;border: 1px solid black;}
I am using version 8.3.9.
Suggestions?
SOLVED: indent in mkdocs.yml
Beta Was this translation helpful? Give feedback.
All reactions