MediaWiki:Common.css: Difference between revisions

Content deleted Content added
Use different URL and see if that works better
add blockquote background color
Line 404: Line 404:
.compact-ambox .hide-when-compact {
.compact-ambox .hide-when-compact {
display: none;
display: none;
}



/* Background color to identify block quotes */
blockquote {
background: #f9f9f9;
}
}