Buckeye Lake Park
Submitted by dave on Thu, 07/30/2009 - 2:07am
Old Buckeye Lake Amusment Park photos. The Amusment park has been gone since the mid 60's. But it was there when I was a kid and we rode all the rides. They had a cool roller coaster that went out over the water, yep, it was made all out of wood.. I miss the old park. It is still there, but now it's a launch ramp, parking lot and picnic area. They just opened a new beach last year at the same park.



What configuration needed in the Node Gallery to make the this type of view?
/*add on css to force grid view - can go in theme css*/
.gallery-images-list .item-list ul li {
float: left;
width: 20%;
margin: 0 10px 10px 0;
padding: 5px 5px 5px 5px;
/* if you use long titles which will be displayed under pictures some pictures may 'stuck' and not go to left, try lower value and you will see what I mean-min-height: 210px; */
list-style-type: none;
text-align: center;
}
.gallery-images-list .item-list ul li .image-title {
line-height: normal;
margin: 0 auto;
}
.gallery-images-list .item-list ul li .image-thumbnail-view, .gallery-images-list .item-list ul li .image-thumbnail, .gallery-images-list .item-list ul li .image-thumbnail img {
margin: 0 auto;
}