Skip to content
Snippets Groups Projects
Commit fe27e296 authored by Christopher Smith's avatar Christopher Smith
Browse files

fix incorrectly placed explicit font declaration for pre

parent b3389c7a
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,6 @@ div.dokuwiki p,
div.dokuwiki blockquote,
div.dokuwiki table,
div.dokuwiki pre {
font-family: monospace;
margin: 0 0 1.0em 0;
}
......@@ -463,6 +462,7 @@ div.dokuwiki blockquote {
}
div.dokuwiki pre {
font-family: monospace;
font-size: 120%;
padding: 0.5em;
border: 1px dashed __border__;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment