User:JAAqqO/common.css

Source: Wikipedia, the free encyclopedia.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Fix rater.js diffs */
@media screen {
	table.diff {
		width: 100% !important;
	}

	td.diff-addedline, td.diff-deletedline, td.diff-context {
		font-size: 13px !important;
		white-space: break-spaces !important;
	}

	td.diff-context {
		background: #f8f9fa !important;
		border-color: #eaecf0 !important;
		color: #202122 !important;
	}

	table.diff td {
		padding: 0.33em 0.5em !important;
	}

	.diff td.diff-marker {
		padding: 0.25em !important;
	}
}
/* END Fix rater.js diffs */