Solver Style definition in event.description in career.html

This commit is contained in:
Jorge Arias 2015-09-27 14:14:32 -03:00
parent 3d8acff8d4
commit 04e209487e

View file

@ -24,7 +24,7 @@
<h4>{{ event.date }}</h4>
</div>
<div class="timeline-body">
<div class="text-muted">{{ event.description | markdownify }}</div>
{{ event.description | markdownify }}
</div>
</div>
</li>