MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Organ index
Zur Navigation springen Zur Suche springen
(Änderung 8024 von Christoph (Diskussion) rückgängig gemacht.)
Zeile 27: Zeile 27:
 
position:static;
 
position:static;
 
}
 
}
 +
 +
/* fix google maps little man in responsive skin */
 +
.gm-style img {
 +
    max-width: none;
 +
}

Version vom 11. Februar 2016, 10:53 Uhr

/* Für alle Skins gültig: Mindestbreite 1000px, Maincontent linksbündig, Breite der Sidebar 152px */

	body {
		min-width: 1000px;
		max-width: 100%;
	}

	#mainContent {
		float: left;
		width: 80%;
		margin-bottom: 1em;
		margin-left: 1em;
	}

	#side {
		float: left;
		width: 152px;
		margin-bottom: 1em;
	}

/* Text-Layout */

	#text {
                font-size:100%;
		line-height:1.2em;
		text-align:left;
		position:static;
	}

/* fix google maps little man in responsive skin */
.gm-style img {
    max-width: none;
}