Normalize padding of inline code

- [frio] Remove redundant CSS
This commit is contained in:
Hypolite Petovan 2018-09-24 08:32:17 -04:00
parent d019a87ecc
commit 8b55bc5881
2 changed files with 1 additions and 11 deletions

View File

@ -247,14 +247,7 @@ span.oembed, h4 {
margin: 0px 0px 0px 0px;
}
code {
background-color: #eee;
color: #666;
padding: 1em;
font-size: 0.85em;
font-family: monospace;
}
key {
code, key {
display: inline;
background-color: #eee;
color: #666;

View File

@ -1062,9 +1062,6 @@ aside > #datebrowse-sidebar .posted-date-selector-months > ul > li:hover{
}
/* help page widget */
aside > .help-content-wrapper code, .help-aside-wrapper code {
display: inline
}
aside > .help-aside-wrapper p strong:first-child {
display: block;
margin: 1em 0 0em;