MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus Coldmirror-Wiki
Zur Navigation springen Zur Suche springen
 
Zeile 5: Zeile 5:
 
#p-cactions li a {
 
#p-cactions li a {
 
text-transform: none;
 
text-transform: none;
 +
}
 +
 +
prettytable float-right {
 +
position:absolute;
 +
top:100px;
 +
right:0px;
 
}
 
}

Version vom 31. Juli 2008, 15:54 Uhr

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

prettytable float-right {
position:absolute; 
top:100px; 
right:0px;
}