fixed zis noteworthy.html problem

This commit is contained in:
Karen 2012-10-02 19:46:10 +05:30
parent 0d1c104892
commit d517a2b5b6

View File

@ -30,6 +30,9 @@ float:left;
background:#000; background:#000;
} }
.noteContentWrapper {
float:left;
}
</style> </style>
{% endblock %} {% endblock %}
@ -52,13 +55,13 @@ background:#000;
{% endif %} {% endif %}
<div class="noteContentWrapper"
<p class="orange"><strong>{% if n.url %} <a href="{{ n.url }}" target="_blank"> {% endif %}{{ n.title }} {% if n.url %}</a> {% endif %}</strong></p> <p class="orange"><strong>{% if n.url %} <a href="{{ n.url }}" target="_blank"> {% endif %}{{ n.title }} {% if n.url %}</a> {% endif %}</strong></p>
<br> <br>
<p>{{ n.description|linebreaksbr }}</p> <p>{{ n.description|linebreaksbr }}</p>
</div><!-- END NOTE CONTENT WRAPPER -->
<div class="clear"></div>
</div><!--NOTEWORTHY CLOSING --> </div><!--NOTEWORTHY CLOSING -->
{% endfor %} {% endfor %}