Difference between revisions of "MediaWiki:Common.css"

From GenPlay, Einstein Genome Analyzer

Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
+
#p-cactions li a{
 +
        text-transform: none; /* Stops tabs from using lowercase letters. */
 +
}
 
.portlet h5 {
 
.portlet h5 {
 
text-transform: none; /* Stops text from being converted to lowercase in .portlet */
 
text-transform: none; /* Stops text from being converted to lowercase in .portlet */
 
}
 
}

Revision as of 11:13, 14 November 2012

/* CSS placed here will be applied to all skins */
#p-cactions li a{
        text-transform: none; /* Stops tabs from using lowercase letters. */
}
.portlet h5 {
text-transform: none; /* Stops text from being converted to lowercase in .portlet */
}