MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 12:
}
 
/* Avoid collision of blockquote with floating elements by swapping margin and padding */h
blockquote {
overflow: hidden;
Line 1,363:
div.hatnote + div.hatnote {
margin-top: -0.5em;
}
 
/* Prevent line breaks in silly places:
1) Where desired
2) Links when we don't want them to
3) Bold "links" to the page itself */
.nowrap,
.nowraplinks a,
.nowraplinks .selflink {
white-space: nowrap;
}
.nowrap pre {
white-space: pre;
}
/* But allow wrapping where desired: */
.wrap,
.wraplinks a {
white-space: normal;
}