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:
parent
64c49afbdc
commit
7af14780c6
1 changed files with 7 additions and 0 deletions
|
@ -765,6 +765,13 @@ DIV.code PRE {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
DIV.code TT {
|
||||||
|
display: block;
|
||||||
|
padding: 0.5em 1em;
|
||||||
|
margin-top: 0;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
IMG.screenshot {
|
IMG.screenshot {
|
||||||
box-shadow: 0 0 0.5em rgba(0,0,0,0.25);
|
box-shadow: 0 0 0.5em rgba(0,0,0,0.25);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue