MediaWiki:Common.css: Difference between revisions

Want an adless experience? Log in or Create an account.
restrict dashed headers to content body, remove obsolete diff background style
(move some vector-specific styles to Vector.css)
(restrict dashed headers to content body, remove obsolete diff background style)
Line 203: Line 203:


/* Dashed Headers */
/* Dashed Headers */
h3 {
#bodyContent 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;
}


/* prevents Pre tags from spilling out of their content area. */
/* prevents Pre tags from spilling out of their content area. */