Fix inline code span display

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

View File

@ -248,7 +248,6 @@ span.oembed, h4 {
}
code {
display: block;
background-color: #eee;
color: #666;
padding: 1em;

View File

@ -41,7 +41,7 @@ img { border :0px; }
width: 384px;
}
code {
pre code {
font-family: Courier, monospace;
white-space: pre;
display: block;

View File

@ -96,9 +96,6 @@ blockquote {
max-height: 0px !important;
overflow: hidden !important;
}
code {
white-space: pre-wrap;
}
/**
* mobile aside

View File

@ -469,7 +469,7 @@ blockquote {
margin-left: 1em;
border-left: 1em solid #e6e6e6;
}
code {
pre code {
font-family: Courier, monospace;
white-space: pre;
display: block;

View File

@ -469,7 +469,7 @@ blockquote {
margin-left: 1em;
border-left: 1em solid #e6e6e6;
}
code {
pre code {
font-family: Courier, monospace;
white-space: pre;
display: block;

View File

@ -469,7 +469,7 @@ blockquote {
margin-left: 1em;
border-left: 1em solid #e6e6e6;
}
code {
pre code {
font-family: Courier, monospace;
white-space: pre;
display: block;

View File

@ -1860,7 +1860,7 @@ blockquote.shared_content {
#item-delete-selected-icon {}
code {
pre code {
font-family: Courier, monospace;
display: block;
overflow: auto;
@ -2024,7 +2024,7 @@ code {
float: right;
}
.wall-item-body code {
.wall-item-body pre code {
font-family: Courier, monospace;
display: block;
overflow: auto;

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;