1
0
Fork 0

Fix inline code span display

This commit is contained in:
Hypolite Petovan 2018-09-19 23:10:41 -04:00
commit 18c8a7f247
9 changed files with 8 additions and 12 deletions

View file

@ -14,7 +14,7 @@ header #banner #logo-text {
border-bottom: none !important;
}
code {
pre code {
border: none;
border-radius: 5px;
}

View file

@ -323,7 +323,7 @@ a:hover {
/* color: #005c94; */
text-decoration: underline;
}
code {
pre code {
font-family: Courier, monospace;
white-space: pre;
display: block;