I cant figure this out.
http://slipperyonion.com/content/kon...nese-bondage-5
The image, rating, tags are all in two divs with classes .node-inner and .node-outer
Code:
.node-picture.full-node .node-inner {
width: 730px;
text-align: left;
display: block;
overflow: hidden;
}
.node-picture.full-node .node-outer {
text-align: center;
display: block;
overflow: hidden;
width: 100%;
}
Why is the node-outer not centering node-inner?