this is it

This commit is contained in:
Karen 2012-10-02 19:48:39 +05:30
parent d517a2b5b6
commit 86ab64787c

View File

@ -31,6 +31,7 @@ background:#000;
} }
.noteContentWrapper { .noteContentWrapper {
width:360px;
float:left; float:left;
} }
@ -61,7 +62,7 @@ float:left;
<p>{{ n.description|linebreaksbr }}</p> <p>{{ n.description|linebreaksbr }}</p>
</div><!-- END NOTE CONTENT WRAPPER --> </div><!-- END NOTE CONTENT WRAPPER -->
<div class="clear"></div> <div class="clear"></div>
</div><!--NOTEWORTHY CLOSING --> </div><!--NOTEWORTHY CLOSING -->
{% endfor %} {% endfor %}