summaryrefslogtreecommitdiffstats
path: root/askbot/media/style/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/media/style/style.css')
-rw-r--r--askbot/media/style/style.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/askbot/media/style/style.css b/askbot/media/style/style.css
index bd381abd..8760f219 100644
--- a/askbot/media/style/style.css
+++ b/askbot/media/style/style.css
@@ -67,7 +67,9 @@ input[type="text"],
input[type="password"],
select,
textarea,
-#askFormBar .questionTitleInput {
+#askFormBar .questionTitleInput,
+.wmd-container,
+.folded-editor {
border: #cce6ec 3px solid;
}
iframe {
@@ -1841,9 +1843,6 @@ ul#related-tags li {
.folded-editor.unfolded .editor-proper {
display: block;
}
-.wmd-container {
- border: #cce6ec 3px solid;
-}
.wmd-container textarea {
border: none;
}