2010-06-02 16:23:03 -07:00
|
|
|
|
#main .templates p {
|
|
|
|
|
margin:0 0 .3em 0;
|
|
|
|
|
}
|
|
|
|
|
.templates li {
|
|
|
|
|
margin:.8em;
|
|
|
|
|
width:30%;
|
|
|
|
|
display: -moz-inline-stack;
|
|
|
|
|
display:inline-block;
|
|
|
|
|
vertical-align:top;
|
|
|
|
|
zoom:1;
|
|
|
|
|
*display: inline;
|
|
|
|
|
}
|
|
|
|
|
.templates p {
|
|
|
|
|
overflow:hidden;
|
|
|
|
|
}
|
|
|
|
|
.templates img, .themePreviewImage {
|
2010-11-24 16:10:08 -08:00
|
|
|
|
border:1px solid #e8e8e8;
|
2010-06-02 16:23:03 -07:00
|
|
|
|
height:200px;
|
|
|
|
|
margin:.27em 0 .93em 0;
|
|
|
|
|
display:block;
|
|
|
|
|
}
|
|
|
|
|
.previewImage {
|
2010-11-24 16:10:08 -08:00
|
|
|
|
border:1px solid #525e50;
|
|
|
|
|
height:50%;
|
|
|
|
|
width:50%;
|
2010-06-02 16:23:03 -07:00
|
|
|
|
}
|
|
|
|
|
.themes #main h2 {
|
|
|
|
|
margin:1em 0 0 0;
|
|
|
|
|
}
|
|
|
|
|
.themePreviewImage {
|
2010-11-24 16:10:08 -08:00
|
|
|
|
height:300px;
|
2010-06-02 16:23:03 -07:00
|
|
|
|
}
|