MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus InfoWissWiki - Das Wiki der Informationswissenschaft
Zur Navigation springen Zur Suche springen
Zeile 5: Zeile 5:
 
#p-cactions li a {
 
#p-cactions li a {
 
text-transform: none;
 
text-transform: none;
 +
}
 +
 +
.a {
 +
  color:red;
 
}
 
}

Version vom 22. Dezember 2005, 14:34 Uhr

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

.a {
  color:red;
}