diff options
author | friendica <info@friendica.com> | 2014-02-27 20:55:25 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-27 20:55:25 -0800 |
commit | 7cb295bbe627eab2546e859248eacd26da948ed9 (patch) | |
tree | 17f45cfc2fad68cb799026c11ba3016b269e51e2 | |
parent | 102521844b3d6f31d0d801b0d0c89241c2c621af (diff) | |
download | volse-hubzilla-7cb295bbe627eab2546e859248eacd26da948ed9.tar.gz volse-hubzilla-7cb295bbe627eab2546e859248eacd26da948ed9.tar.bz2 volse-hubzilla-7cb295bbe627eab2546e859248eacd26da948ed9.zip |
over-ride code tags within pre blocks as bootstrap which puts a border around pre tags, which messes up markdown code blocks which have yet another border.
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 057a0fba4..2efe79dcc 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -74,6 +74,10 @@ input[type="submit"] { text-decoration: none; } +pre code { + border: none; +} + code { font-family: Courier, monospace; display: block; |