View Single Post
Old 11-12-2012, 02:56 PM   PM User | #2
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,680
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Drop those huge top and left paddings from img in CSS and add the following into it.
Code:
#content-wrapper img{
display:block;
margin:0 auto;
}
to centre the images.

To make those vertical lines tall enough to touch the bottom, you'd need to use the faux column technique.
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote