Merge pull request #4299 from MrPetovan/task/bump-code-font-size

Bump code font size to .85em (85%)
This commit is contained in:
Michael Vogel 2018-01-21 15:12:22 +01:00 committed by GitHub
commit 3d617b9535
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -237,8 +237,22 @@ span.oembed, h4 {
margin: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
} }
code { display: block; background-color: #eee; color: #666; padding:1em; font-size: 0.8em; font-family: monospace; } code {
key { display: inline; background-color: #eee; color: #666; padding:0.2em; font-size: 0.8em; font-family: monospace; } display: block;
background-color: #eee;
color: #666;
padding: 1em;
font-size: 0.85em;
font-family: monospace;
}
key {
display: inline;
background-color: #eee;
color: #666;
padding: 0.2em;
font-size: 0.85em;
font-family: monospace;
}
/* fields help text */ /* fields help text */
.field .field_help { .field .field_help {