diff options
author | git-marijus <mario@mariovavti.com> | 2018-03-06 08:49:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-06 08:49:06 +0100 |
commit | c7351c0922f6329b47c74c00e55677926412613e (patch) | |
tree | df48fd02eee701a460435c56bf0eb9f507f79211 /view | |
parent | c462d2f15eb2d463706403676b00bbd7bd111443 (diff) | |
parent | 99247d0c592658d2ebce549c97c06080e98c584f (diff) | |
download | volse-hubzilla-c7351c0922f6329b47c74c00e55677926412613e.tar.gz volse-hubzilla-c7351c0922f6329b47c74c00e55677926412613e.tar.bz2 volse-hubzilla-c7351c0922f6329b47c74c00e55677926412613e.zip |
Merge pull request #991 from anaqreon/dev
Improve rendering of Readme files in plugin settings
Diffstat (limited to 'view')
-rw-r--r-- | view/css/mod_admin.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/view/css/mod_admin.css b/view/css/mod_admin.css index 409744402..5e22fc90c 100644 --- a/view/css/mod_admin.css +++ b/view/css/mod_admin.css @@ -70,3 +70,21 @@ margin-top: 0px !important; margin-left: 0px !important; } + +pre code { + background: #F5F5F5; + font-family: Courier, monospace; + font-size: 1em; + padding: 1em 1.5em; + display: block; + white-space: pre-wrap; +} + +code { + background: #F5F5F5; + font-family: Courier, monospace; + font-size: 1em; + display: inline; + padding: 0.2em 0.2em; + white-space: pre-wrap; +}
\ No newline at end of file |