View Single Post
Old 11-02-2012, 10:47 PM   PM User | #5
MarkBondi
New Coder

 
Join Date: Apr 2012
Location: Nashville, TN
Posts: 24
Thanks: 1
Thanked 0 Times in 0 Posts
MarkBondi is an unknown quantity at this point
it's this I have to change but not sure what.

/* ===jQuery lightBox plugin - Gallery style ===*/

#gallery {
padding: 25px 6px;
width: 960px;
}
#gallery2 {
width: 100%;
padding: 10px 0 10px;
}
#gallery img{ padding:0px;}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
border: 1px solid #CFD0CB;
background-color:#fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: 0 6px 6px -5px #727274;
}
#gallery ul a:hover img {
border: 1px solid #CFD0CB;
}
#gallery ul a:hover { color: #fff; }
MarkBondi is offline   Reply With Quote