over-ride code tags within pre blocks as bootstrap which puts a border around pre tags, which messes up markdown code blocks which have yet another border.
This commit is contained in:
parent
102521844b
commit
7cb295bbe6
@ -74,6 +74,10 @@ input[type="submit"] {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre code {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: Courier, monospace;
|
font-family: Courier, monospace;
|
||||||
display: block;
|
display: block;
|
||||||
|
Reference in New Issue
Block a user