MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Organ index
Zur Navigation springen Zur Suche springen
Zeile 9: Zeile 9:
 
font-size: 100%;
 
font-size: 100%;
 
float: left;
 
float: left;
width: 80%;
+
width: 85%;
 
margin-bottom: 1em;
 
margin-bottom: 1em;
 
}
 
}
Zeile 17: Zeile 17:
 
width: 11em;
 
width: 11em;
 
margin-bottom: 1em;
 
margin-bottom: 1em;
 +
margin-right: 2em;
 
}
 
}

Version vom 20. Juni 2012, 21:32 Uhr

/* Für alle Skins gültig: Mindestbreite 80em, Sidebar: 11em */

body {
		min-width: 80em;
		max-width: 100%;
	}

#mainContent {
		font-size: 100%;
		float: left;
		width: 85%;
		margin-bottom: 1em;
	}

#side {
		float: left;
		width: 11em;
		margin-bottom: 1em;
		margin-right: 2em;
	}