Trying to align a handful of <hr>
elements to the right on this page.
In IE/Edge, the <hr>
elements align left in every case.
I am using <hr class="hr-right">
.hr-right {
text-align: right;
margin-right: 0;
}
I have tried to use floats and clears, but I end up with the <hr>
being displayed like a float image inside the paragraph.