12 lines
204 B
CSS
12 lines
204 B
CSS
/* Block store */
|
|
.blockstore img { margin: 10px 0 0 0}
|
|
.blockstore p {
|
|
padding-bottom:0;
|
|
font-weight:bold;
|
|
text-align: right
|
|
}
|
|
.blockstore p.store_image {
|
|
padding-bottom:10px;
|
|
text-align:center
|
|
}
|