summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-08-30 15:12:34 -0600
committerAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-08-30 15:12:34 -0600
commit140a91cf5e2e07d66205507fae3247b706360767 (patch)
tree716911d6e023091cb789a5457c01473f76df233a
parent4453f24a68cf59fd60b3c00c36b2e1fbb44ddb5d (diff)
downloadaskbot-140a91cf5e2e07d66205507fae3247b706360767.tar.gz
askbot-140a91cf5e2e07d66205507fae3247b706360767.tar.bz2
askbot-140a91cf5e2e07d66205507fae3247b706360767.zip
styles again
-rwxr-xr-xaskbot/skins/default/templates/embed/askbot_widget.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/askbot/skins/default/templates/embed/askbot_widget.css b/askbot/skins/default/templates/embed/askbot_widget.css
index ec1da2a0..788d2199 100755
--- a/askbot/skins/default/templates/embed/askbot_widget.css
+++ b/askbot/skins/default/templates/embed/askbot_widget.css
@@ -15,7 +15,7 @@
{% if editor_type == 'markdown' %}
height:480px;
{%else%}
- height:420px;
+ height:440px;
{%endif%}
{%else%}
height:210px;
@@ -32,6 +32,6 @@
{% if editor_type == 'markdown' %}
height:480px;
{%else%}
- height:420px;
+ height:440px;
{%endif%}
}