mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
add support for oneline,in-text code tag
This commit is contained in:
parent
491f786a83
commit
2d75e1f422
4 changed files with 31 additions and 10 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue