MediaWiki:Monobook.css: Unterschied zwischen den Versionen

 
Zeile 5: Zeile 5:
#p-cactions li a {
#p-cactions li a {
text-transform: none;
text-transform: none;
}
#globalWrapper {
        position: absolute;
        top: 100px;
font-size: 127%;
width: 100%;
margin: 0;
padding: 0;
}
}

Version vom 18. Dezember 2008, 14:14 Uhr

/** Do not force 'lowercase' */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
	text-transform: none;
}

#globalWrapper {
        position: absolute;
        top: 100px;
	font-size: 127%;
	width: 100%;
	margin: 0;
	padding: 0;
}