I\'m trying to get my horizontal rule to ignore the parent padding.
Here\'s a simple example of what I have:
#par
If your after a way for the hr to go straight from the left side of a screen to the right this is the code to use to ensure the view width isn't effected.
hr { position: absolute; left: 0; right: 0; }