summaryrefslogtreecommitdiffstats
path: root/askbot/media/style/style.less
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-18 17:45:27 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-18 17:45:27 -0400
commitbd44f687041b19a2c88b21ce265f4939fc1de930 (patch)
tree731b0fdc823a977ccfb4f268d6d5ef90a46e3cf9 /askbot/media/style/style.less
parenta4af4765dfd37c4da5c7f6471fc234f764d1482b (diff)
downloadaskbot-bd44f687041b19a2c88b21ce265f4939fc1de930.tar.gz
askbot-bd44f687041b19a2c88b21ce265f4939fc1de930.tar.bz2
askbot-bd44f687041b19a2c88b21ce265f4939fc1de930.zip
fixed a css issue for the "give answer box" on the question page
Diffstat (limited to 'askbot/media/style/style.less')
-rw-r--r--askbot/media/style/style.less5
1 files changed, 3 insertions, 2 deletions
diff --git a/askbot/media/style/style.less b/askbot/media/style/style.less
index aa837bb4..ccf81e1e 100644
--- a/askbot/media/style/style.less
+++ b/askbot/media/style/style.less
@@ -56,7 +56,9 @@ input[type="text"],
input[type="password"],
select,
textarea,
-#askFormBar .questionTitleInput {
+#askFormBar .questionTitleInput,
+.wmd-container,
+.folded-editor {
border: #cce6ec 3px solid;
}
@@ -1951,7 +1953,6 @@ ul#related-tags li {
}
.wmd-container {
- border: #cce6ec 3px solid;
textarea {
border: none;
}