From bd44f687041b19a2c88b21ce265f4939fc1de930 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Sat, 18 May 2013 17:45:27 -0400 Subject: fixed a css issue for the "give answer box" on the question page --- askbot/media/style/style.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'askbot/media/style/style.less') 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; } -- cgit v1.2.3-1-g7c22