I\'m trying to get my horizontal rule to ignore the parent padding.
Here\'s a simple example of what I have:
#par
margin: 0 -10px;
is better than
margin: -10px;
The later sucks content vertically into it.