Merge pull request #4299 from MrPetovan/task/bump-code-font-size
Bump code font size to .85em (85%)
This commit is contained in:
commit
3d617b9535
1 changed files with 24 additions and 10 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue