...
This commit is contained in:
parent
92b224301c
commit
2073a05d9b
|
@ -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');
|
||||
|
|
|
@ -45,7 +45,10 @@ legend{
|
|||
}
|
||||
.box > h1{
|
||||
color:grey;
|
||||
//text-decoration:underline;
|
||||
}
|
||||
h4{
|
||||
color:grey;
|
||||
margin-top:30px;
|
||||
}
|
||||
.box img{
|
||||
max-width:100%;
|
||||
|
|
Loading…
Reference in New Issue