8 lines
192 B
CSS
8 lines
192 B
CSS
|
.img_group_placeholder {
|
||
|
width: 98%;
|
||
|
height: 80px;
|
||
|
display: block;
|
||
|
margin: 0 auto;
|
||
|
border: 1px dashed #ccc;
|
||
|
background: url(default/images/img-group.png) no-repeat center center;
|
||
|
}
|