aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-27 20:55:25 -0800
committerfriendica <info@friendica.com>2014-02-27 20:55:25 -0800
commit7cb295bbe627eab2546e859248eacd26da948ed9 (patch)
tree17f45cfc2fad68cb799026c11ba3016b269e51e2 /view
parent102521844b3d6f31d0d801b0d0c89241c2c621af (diff)
downloadvolse-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.
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css4
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;