From cb92db72e97011b6752e0374986b4a346f46ef78 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Tue, 15 Jan 2019 19:31:24 +0100 Subject: [PATCH] blockquote style --- bl-plugins/tinymce/css/tinymce.css | 4 ++-- bl-themes/alternative/css/style.css | 7 +++++++ bl-themes/blogx/css/style.css | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/bl-plugins/tinymce/css/tinymce.css b/bl-plugins/tinymce/css/tinymce.css index d8d9462d..95ef092e 100644 --- a/bl-plugins/tinymce/css/tinymce.css +++ b/bl-plugins/tinymce/css/tinymce.css @@ -29,9 +29,9 @@ body.mce-content-body { line-height: 1.5em; } -.mce-content-body blockquote p { +.mce-content-body blockquote { padding: 10px 20px; - margin: 0 0 20px; + margin: 0 0 20px 20px; border-left: 5px solid #eee; font-style: italic; } \ No newline at end of file diff --git a/bl-themes/alternative/css/style.css b/bl-themes/alternative/css/style.css index 6b103626..530121d5 100755 --- a/bl-themes/alternative/css/style.css +++ b/bl-themes/alternative/css/style.css @@ -53,6 +53,13 @@ h2.title { font-size: 2.3rem; } +blockquote { + padding: 10px 20px; + margin: 0 0 20px 20px; + border-left: 5px solid #eee; + font-style: italic; +} + /* Paginator */ .paginator { margin-top: 20px; diff --git a/bl-themes/blogx/css/style.css b/bl-themes/blogx/css/style.css index cc05aea6..9c67e8b0 100755 --- a/bl-themes/blogx/css/style.css +++ b/bl-themes/blogx/css/style.css @@ -54,9 +54,9 @@ h2.title { font-size: 2.3rem; } -blockquote p { +blockquote { padding: 10px 20px; - margin: 0 0 20px; + margin: 0 0 20px 20px; border-left: 5px solid #eee; font-style: italic; }