summaryrefslogtreecommitdiff
path: root/skins/default/editor_content.css
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-07-08 17:05:39 +0000
committeralecpl <alec@alec.pl>2010-07-08 17:05:39 +0000
commitc33e08a3cfd1b33cbe9f50f199a77f1f264cfcdd (patch)
tree03d148eb6bedfadfbfd68c25410689125bb79c88 /skins/default/editor_content.css
parent5e0999c53c8da92a84622199611bc55540b53a71 (diff)
- css improvements
Diffstat (limited to 'skins/default/editor_content.css')
-rw-r--r--skins/default/editor_content.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/skins/default/editor_content.css b/skins/default/editor_content.css
index 8569b2fc6..14c2936d5 100644
--- a/skins/default/editor_content.css
+++ b/skins/default/editor_content.css
@@ -5,7 +5,7 @@ body, td, pre {
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
-
+
body {
background-color: #FFFFFF;
margin-left: 4px;
@@ -22,6 +22,7 @@ pre
white-space: pre;
word-wrap: break-word; /* IE (and Safari) */
}
+
blockquote
{
padding-left:5px;
@@ -29,3 +30,4 @@ blockquote
margin-left:5px;
width:100%;
}
+