MediaWiki:Vector.css: Difference between revisions

okay, at the very least we need to keep this one change for readability
(removed styling for diff-gazing that was back-ported from MW 1.20 now that we have upgraded past 1.20)
(okay, at the very least we need to keep this one change for readability)
Line 17: Line 17:
{
{
     background-color: rgb(245, 245, 245);
     background-color: rgb(245, 245, 245);
}
/* Raise size of text in diff views to 100% since
** Vector makes them 88% by default
*/
td.diff-addedline,
td.diff-deletedline,
td.diff-context
{
    font-size: 100%;
}
}