task img can't exceed container width anymore

This commit is contained in:
Daniel 2014-04-26 16:35:35 +02:00
commit 3c07301a03
2 changed files with 2 additions and 1 deletions

View file

@ -37,7 +37,7 @@
<?php endif ?>
<?php if(!is_null($task)) : ?>
<section>
<section class="task">
<h1 id="task"><?=_('Task')?></h1>
<?php if(!is_null($queststatus)) : ?>
<?php if($queststatus == 'solved') : ?>