11 lines
137 B
CSS
11 lines
137 B
CSS
|
<style>
|
||
|
.img-area {
|
||
|
float:left;
|
||
|
width: 115px;
|
||
|
}
|
||
|
|
||
|
.product-list-description {
|
||
|
float:left;
|
||
|
width: 400px;
|
||
|
}
|
||
|
</style>
|