Fix inline code span display
This commit is contained in:
parent
8fbcbbda16
commit
18c8a7f247
9 changed files with 8 additions and 12 deletions
|
@ -14,7 +14,7 @@ header #banner #logo-text {
|
|||
border-bottom: none !important;
|
||||
}
|
||||
|
||||
code {
|
||||
pre code {
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
|
|
@ -323,7 +323,7 @@ a:hover {
|
|||
/* color: #005c94; */
|
||||
text-decoration: underline;
|
||||
}
|
||||
code {
|
||||
pre code {
|
||||
font-family: Courier, monospace;
|
||||
white-space: pre;
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue