Difference between revisions of "Benutzer: Jonar/common.css"
From Smart Places Network
| Line 1: | Line 1: | ||
#product-gallery > * { | #product-gallery > * { | ||
| − | border: | + | border: 1px solid #c8ccd1; |
| + | background-color: #f8f9fa; | ||
| + | width: 150px; | ||
| + | margin: 2px; | ||
| + | box-sizing: border-box; | ||
} | } | ||
Revision as of 20:53, 8 February 2019
#product-gallery > * {
border: 1px solid #c8ccd1;
background-color: #f8f9fa;
width: 150px;
margin: 2px;
box-sizing: border-box;
}