summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-08-30 16:24:09 -0600
committerAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-08-30 16:24:09 -0600
commit816aa40a307f228a8cbc0eec5319539e5cab58ae (patch)
tree02524b61e4c482dd31327215d7ca7dab7e55a3ef
parent9f47be528f48df01217faff22b6499dfab3b31eb (diff)
downloadaskbot-816aa40a307f228a8cbc0eec5319539e5cab58ae.tar.gz
askbot-816aa40a307f228a8cbc0eec5319539e5cab58ae.tar.bz2
askbot-816aa40a307f228a8cbc0eec5319539e5cab58ae.zip
made related questions work again
-rw-r--r--askbot/skins/default/templates/embed/ask_by_widget.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/askbot/skins/default/templates/embed/ask_by_widget.html b/askbot/skins/default/templates/embed/ask_by_widget.html
index 8455ccdb..00b9d1cc 100644
--- a/askbot/skins/default/templates/embed/ask_by_widget.html
+++ b/askbot/skins/default/templates/embed/ask_by_widget.html
@@ -56,9 +56,7 @@
text-decoration: none;
margin: 0px;
font-size: 13px;
- color: #005580;
padding: 3px 0 3px 5px;
- margin-left: 15px;
padding-bottom: 0;
border-top: #F0F0EC 1px solid;
border-left: #F0F0EC 1px solid;
@@ -67,6 +65,10 @@
font-weight: normal
}
+ #question-list a{
+ color: #005580;
+ }
+
#question-list a:hover{
color: #005580;
text-decoration: underline;
@@ -114,10 +116,8 @@
<div class="input-title">
<input autocomplete="off" id="id_title" type="text" name="title" size="70" class='questionTitleInput'>
</div>
- {% if related_questions %}
<div id='question-list'>
</div>
- {%endif%}
{% if widget.include_text_field %}
{% if editor_type == 'markdown' %}
<div class="wmd-container">