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:
friendica 2014-02-27 20:55:25 -08:00
parent 102521844b
commit 7cb295bbe6

View File

@ -74,6 +74,10 @@ input[type="submit"] {
text-decoration: none;
}
pre code {
border: none;
}
code {
font-family: Courier, monospace;
display: block;