User:Petr Matas/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.
td.diff-addedline .diffchange {
	background-color: #80A0FF;
}

td.diff-deletedline .diffchange {
    background-color: #FF7F27;
}

td.diff-addedline .diffchange, td.diff-deletedline .diffchange {
    border-radius: 0.5em;
    padding-left: 0.2em;
    padding-right: 0.2em;
}

.mw-changeslist-line-inner-articleLink {
  min-width: 12em;
  display: inline-block;
}

.mw-changeslist-line-inner-logLink {
  min-width: 20em;
  display: inline-block;
}