MediaWiki:Common.css: Difference between revisions
Content deleted Content added
Caleb Cooper (talk | contribs) No edit summary |
Caleb Cooper (talk | contribs) No edit summary |
||
| (7 intermediate revisions by the same user not shown) | |||
Line 12:
}
/* Avoid collision of blockquote with floating elements by swapping margin and padding */
blockquote {
overflow: hidden;
margin: 1em 0;
border-left: 4px solid #eaecf0;
}
Line 1,363 ⟶ 1,364:
div.hatnote + div.hatnote {
margin-top: -0.5em;
}
/* User block messages */
div.user-block {
padding: 5px;
margin-bottom: 0.5em;
border: 1px solid #a9a9a9;
background-color: #ffefd5;
}
Line 1,406 ⟶ 1,415:
background-color: #ecfcf4;
padding: 1em;
}
/* To make images responsive */
.resize-image img {
max-width:100%;
height:auto;
}
| |||