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 -- View this message in context: http://old.nabble.com/Readable-Recent-Changes-tp28496350p28512688.html Sent from the WikiMedia General mailing list archive at Nabble.com. _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
