This commit is contained in:
Martin Müller 2014-04-29 23:19:11 +02:00
parent 92b224301c
commit 2073a05d9b
2 changed files with 6 additions and 3 deletions

View File

@ -16,7 +16,7 @@
?>
<img src="<?=$url;?>"/>
<?php if($edit): ?>
<?php if(!empty($edit)): ?>
<div class="imgsubtitle edit">
<?php
$link = '<span class="glyphicon glyphicon-picture"></span>'.__('dreamjob.image.edit');

View File

@ -45,7 +45,10 @@ legend{
}
.box > h1{
color:grey;
//text-decoration:underline;
}
h4{
color:grey;
margin-top:30px;
}
.box img{
max-width:100%;