aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-05-30 16:12:48 +0200
committerMario Vavti <mario@mariovavti.com>2016-05-30 16:12:48 +0200
commitd1efb59fcdd3d5e78f3071c7a7a959c285782931 (patch)
tree578ce7aa90d404cad9c534cde984f6f767644743 /view/theme/redbasic
parentf2ebe41a509d6e7f332fdc4cb43d14d555375bdf (diff)
downloadvolse-hubzilla-d1efb59fcdd3d5e78f3071c7a7a959c285782931.tar.gz
volse-hubzilla-d1efb59fcdd3d5e78f3071c7a7a959c285782931.tar.bz2
volse-hubzilla-d1efb59fcdd3d5e78f3071c7a7a959c285782931.zip
render code bbcode inline if there are no linebreaks in the text.
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r--view/theme/redbasic/css/style.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 1c2e8cdb2..ae2826516 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -113,13 +113,12 @@ pre code {
}
code {
- font-size: 1em;
- padding: 1em 1.5em;
- border: 1px solid #ccc;
background: #ccc;
color: #000;
}
+
+
pre {
background: #F5F5F5;
color: #333;