From 7f03884966c284bfb67b2e85da6408f323200c61 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Wed, 21 Sep 2011 08:04:45 -0400 Subject: [PATCH] - Revert possibility to select contact with TAB key in autocompletion list --- skins/default/editor_content.css | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/skins/default/editor_content.css b/skins/default/editor_content.css index 946c7bf..2ddc87f 100644 --- a/skins/default/editor_content.css +++ b/skins/default/editor_content.css @@ -5,7 +5,7 @@ font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-size: 12px; } - + body { background-color: #FFFFFF; margin-left: 4px; @@ -22,3 +22,11 @@ white-space: pre; word-wrap: break-word; /* IE (and Safari) */ } + +blockquote +{ + padding-left:5px; + border-left:#1010ff 2px solid; + margin-left:5px; + width:100%; +} -- Gitblit v1.9.1