From 3e6af5c87692b5dbefd59d7b2350670d4e1cb3a4 Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Sun, 29 May 2016 17:06:45 -0400 Subject: Hacked Parsedown and Markdown to add class inline-code to blocks for proper inline code rendering. Stopped using Parsedown even though Markdown is slower, hence extra delay when previewing pages. --- view/theme/redbasic/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 1c2e8cdb2..ae712e3d4 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -120,6 +120,15 @@ code { color: #000; } +.inline-code { + font-size: 1em; + padding: 0; + border: 0; + background: #FFF; + display: inline; + color: #000; +} + pre { background: #F5F5F5; color: #333; -- cgit v1.2.3 From 0cada39c8afe1858a8e710ada8dfc66f4cb8f1bf Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 11 Jun 2016 20:31:37 +0200 Subject: css fixes --- view/theme/redbasic/css/style.css | 9 --------- 1 file changed, 9 deletions(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f72fa5a01..30b0cebb4 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -117,15 +117,6 @@ code { color: #000; } -.inline-code { - font-size: 1em; - padding: 0; - border: 0; - background: #FFF; - display: inline; - color: #000; -} - pre { background: #F5F5F5; color: #333; -- cgit v1.2.3