MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
No edit summary
mNo edit summary
Line 70: Line 70:
h3 {
h3 {
border-bottom: 1px dashed #AAA;
border-bottom: 1px dashed #AAA;
}
/* Remove White Backround on Diff */
table.diff, td.diff-otitle, td.diff-ntitle {
background-color: transparent;
}
}