add support for oneline,in-text code tag

This commit is contained in:
fabrixxm 2015-08-04 11:42:00 +02:00
parent 491f786a83
commit 2d75e1f422
4 changed files with 31 additions and 10 deletions

View file

@ -170,6 +170,9 @@ 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; }
/* fields help text */
.field .field_help {
clear: left;
@ -178,7 +181,6 @@ span.oembed, h4 {
/* notifications unseen */
.notify-unseen { background-color: #cceeFF; }
/* plain text editor upload/select popup */
.fbrowser .path a { padding: 5px; }