Update style sheet so that it handles highlighted code using '<TT>' instead of '<PRE>'.

[GAMBAS WIKI]
* BUG: Update style sheet so that it handles highlighted code using '<TT>' instead of '<PRE>'.
This commit is contained in:
Benoît Minisini 2023-02-12 01:00:50 +01:00
parent 64c49afbdc
commit 7af14780c6

View file

@ -765,6 +765,13 @@ DIV.code PRE {
border: none;
}
DIV.code TT {
display: block;
padding: 0.5em 1em;
margin-top: 0;
border: none;
}
IMG.screenshot {
box-shadow: 0 0 0.5em rgba(0,0,0,0.25);
}