Fix indentation in global.css
This commit is contained in:
parent
a5952e5425
commit
0614bfb986
|
@ -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.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 */
|
/* fields help text */
|
||||||
.field .field_help {
|
.field .field_help {
|
||||||
|
|
Loading…
Reference in a new issue