13 lines
207 B
CSS
Raw Normal View History

2012-07-12 18:41:12 +05:30
<style>
.item-main-image {
max-width: 100%;
2013-02-21 14:25:30 +05:30
margin: auto;
}
2012-07-12 18:41:12 +05:30
.web-long-description {
font-size: 18px;
line-height: 200%;
}
2013-07-15 18:28:14 +05:30
.item-stock {
margin-bottom: 10px !important;
}
2012-07-12 18:41:12 +05:30
</style>