Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
1 to 16 of 16
.collection {
border:1px solid #BED2D2;
display:inline;
float:left;
margin:0pt 0pt 10px;
padding:10px 25px;
text-align:left;
width:748px;
}
to:.collection {
display:block;
float:left;
margin:0pt 0pt 10px;
padding:0px;
text-align:center;
width:auto;
}
Posted By: imbir
#collections {
}
.collection {
display:block;
float:left;
margin:0pt 0pt 10px;
padding:0px;
text-align:center;
width:auto;
}
.collection img {
border: 1px solid #01B4E2;
float: left;
margin-right: 15px;
padding: 3px;
display: inline;
background: #fff;
}
.collection img:hover {
background: #eaeae0;
border: 1px solid #ff6600;
}
.collection p {
margin: 4px 0 0 0;
line-height: 1.5em;
}
.collection h2 {
margin: 5px 0;
padding: 0;
font-size: 1.4em;
}
.collection h2 a {
color: #01B4E2;
}
.collection h2 a:hover {
color: #ff6600;
}
#collections {
}
.collection {
display:block;
float:left;
margin:0pt 0pt 10px;
padding:0px;
text-align:center;
width:auto;
}
.collection img {
border: 1px solid #01B4E2;
padding: 3px;
display: block;
background: #fff;
}
.collection img:hover {
background: #eaeae0;
border: 1px solid #ff6600;
}
.collection p {
margin: 4px 0 0 0;
line-height: 1.5em;
}
.collection h2 {
margin: 5px 0;
padding: 0;
font-size: 1.4em;
clear: left;
}
.collection h2 a {
color: #01B4E2;
}
.collection h2 a:hover {
color: #ff6600;
}
1 to 16 of 16