diff options
Diffstat (limited to 'skins/default/editor_content.css')
-rw-r--r-- | skins/default/editor_content.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/skins/default/editor_content.css b/skins/default/editor_content.css index 946c7bf9e..8569b2fc6 100644 --- a/skins/default/editor_content.css +++ b/skins/default/editor_content.css @@ -22,3 +22,10 @@ pre white-space: pre; word-wrap: break-word; /* IE (and Safari) */ } +blockquote +{ + padding-left:5px; + border-left:#1010ff 2px solid; + margin-left:5px; + width:100%; +} |