MediaWiki:Common.css: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
	
no edit summary
imported>Hb1290  (fixing unclosed @media bracket which was causing the fonts to only work on mobile)  | 
				imported>Hb1290  No edit summary  | 
				||
| Line 1,030: | Line 1,030: | ||
     vertical-align: middle;  |      vertical-align: middle;  | ||
     font-family: Century Gothic;  |      font-family: Century Gothic;  | ||
}  | |||
/*Mobile alignment tweak*/  | |||
@media screen and (max-width:720px) {  | |||
.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {  | |||
    margin: 0.3em 0 0 0em;  | |||
}  | |||
}  | }  | ||