Hi Adam,
Adam Meyer wrote:
I wanted to make it more readable, and was sad to see that a lot of what was needed to just apply some css to make it readable was missing.
This is what I wanted as a final result http://wiki.bildr.org/index.php/Special:RecentChanges
But it would be nice if I didnt have to edit changesList.php to do so.
Try using the following CSS:
span.mw-rollback-link, span.mw-usertoollinks a + a + a { display: none; }
That should at least come close to what you want. Not that the adjacent sibling selector isn't supported by all browsers (http://reference.sitepoint.com/css/adjacentsiblingselector).
hth Frank