aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
authorhubzilla <git@macgirvin.com>2016-05-31 09:07:22 +1000
committerhubzilla <git@macgirvin.com>2016-05-31 09:07:22 +1000
commit0757dbf07f4c8d137f388c529301229b0d1fd8ef (patch)
treed285c1da4949fa5ddc2e4b57aef9497cad7099e1 /view/theme/redbasic
parentf35609d26cd9e6fb2c177ca1e422d0f0729f4f2e (diff)
parentd1efb59fcdd3d5e78f3071c7a7a959c285782931 (diff)
downloadvolse-hubzilla-0757dbf07f4c8d137f388c529301229b0d1fd8ef.tar.gz
volse-hubzilla-0757dbf07f4c8d137f388c529301229b0d1fd8ef.tar.bz2
volse-hubzilla-0757dbf07f4c8d137f388c529301229b0d1fd8ef.zip
Merge pull request #405 from git-marijus/dev
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;