Fix indentation in global.css

This commit is contained in:
Hypolite Petovan 2018-01-21 08:50:00 -05:00
parent a5952e5425
commit 0614bfb986
1 changed files with 24 additions and 10 deletions

View File

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