MediaWiki:Common.css: Difference between revisions
 Created page with "→* This is the CSS fetched from Wikipedia. But we all know that we're not Wikipedia :):  →Reset italic styling set by user agent:  cite, dfn { 	font-style: inherit; }  →Straight quote marks for <q>:  q { 	quotes: '"' '"' "'" "'"; }  →Avoid collision of blockquote with floating elements by swapping margin and padding:  blockquote { 	overflow: hidden; 	margin: 1em 0; 	padding: 0 40px; }  →Consistent size for <small>, <sub> and <sup>:  small { 	font-size: 8..."  | 
			
(No difference) 
 |