diff --git a/UI/WebServerResources/ckeditor/contents.css b/UI/WebServerResources/ckeditor/contents.css index a4efda1c6..bc2a1905c 100644 --- a/UI/WebServerResources/ckeditor/contents.css +++ b/UI/WebServerResources/ckeditor/contents.css @@ -33,3 +33,9 @@ img, input, textarea { cursor: default; } +blockquote[type~="cite"] +{ + border-left: 1px solid blue; + padding-left: 10px; + margin: 0; +} \ No newline at end of file