Style
"div.wiki hr" does not have WIDTH set so the horizontal divider will not fill the whole row. Text- and codeblocks will do that and it's not look perfect when those blocks are wider than the horizontal divider.
Just add "width:100%;" or "width:98%;" into the style below.
from line 2184
div.wiki hr {
....
width:100%;
}