From 21b30373425391347d462d771ff87ad99147c830 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Sat, 1 Oct 2016 21:16:23 +0200 Subject: [PATCH] frio: improve readabillity for code blocks --- view/theme/frio/css/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 18b7514503..84e8b6e7d8 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1422,6 +1422,7 @@ section #jotOpen { width: 20px; } +/* wall-item content elements */ .shared-wrapper, .vevent { padding: 10px; @@ -1451,6 +1452,12 @@ blockquote.shared_content { margin-left: 0px; color: inherit; } +code > .hl-main { + padding: 10px 10px 1px 0; +} +.hl-main ol { + line-height: 1.7; +} .wall-item-tags, .itemedited { margin-top: 10px; @@ -1500,7 +1507,7 @@ blockquote.shared_content { .wall-item-actions .button-likes { padding-left: 0px; padding-right: 0px; - text-transform: capitalize; + text-transform: capitalize; } /* wall item hover effects */