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 { code {
display: block;
background-color: #eee; background-color: #eee;
color: #666; color: #666;
padding: 1em; padding: 1em;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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