task img can't exceed container width anymore

This commit is contained in:
Daniel 2014-04-26 16:35:35 +02:00
commit eb5a58b04e
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') : ?>

View file

@ -141,6 +141,7 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo
.admnqf label{margin:10px 0 5px}
.admnqf select{font-size:0.875em}
.task img{max-width:100%}
/** Popup Notification **/