diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-06-10 12:22:01 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-06-10 12:22:01 +0200 |
commit | 86985b454f75ac7f87e0dfe94fd754d7cbb0bf09 (patch) | |
tree | 42094d12360158d96bf8149d1b7a4c25e5445430 /view/theme/redbasic | |
parent | 9d5d3a946817c1b1a9dc18dead85bc989e820564 (diff) | |
parent | c55a7b5f362e62696ef7d44cc972cb46c2802646 (diff) | |
download | volse-hubzilla-86985b454f75ac7f87e0dfe94fd754d7cbb0bf09.tar.gz volse-hubzilla-86985b454f75ac7f87e0dfe94fd754d7cbb0bf09.tar.bz2 volse-hubzilla-86985b454f75ac7f87e0dfe94fd754d7cbb0bf09.zip |
Merge branch 'dev' into sabre32
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 6510fb525..117c172ee 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -117,7 +117,14 @@ code { color: #000; } - +.inline-code { + font-size: 1em; + padding: 0; + border: 0; + background: #FFF; + display: inline; + color: #000; +} pre { background: #F5F5F5; |