diff options
author | Mario <mario@mariovavti.com> | 2019-10-22 11:28:44 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-10-22 13:29:52 +0200 |
commit | e27b19c75629e510daaab8403d30db77a0af1e15 (patch) | |
tree | 3f3a8e7c96b180be4cd30a9dd978dcdce7c17390 /view/css | |
parent | 045cb461f135bbe1765d83022fc29f45c1e78ec5 (diff) | |
download | volse-hubzilla-e27b19c75629e510daaab8403d30db77a0af1e15.tar.gz volse-hubzilla-e27b19c75629e510daaab8403d30db77a0af1e15.tar.bz2 volse-hubzilla-e27b19c75629e510daaab8403d30db77a0af1e15.zip |
fix hardcoded code/pre css in mod admin
(cherry picked from commit cddf6c4ff51580f3dec5d32eef06a40a473a9202)
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_admin.css | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/view/css/mod_admin.css b/view/css/mod_admin.css index 5e22fc90c..409744402 100644 --- a/view/css/mod_admin.css +++ b/view/css/mod_admin.css @@ -70,21 +70,3 @@ 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 |