Difference between revisions of "MediaWiki:Common.css"

From OpenMBD
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 */
 
.fancytree ul {
 
    font-size: 12px;
 
}
 
 
ul.fancytree-container {
 
    icon: false
 
}
 
  
 
img.fit-to-screen {
 
img.fit-to-screen {

Revision as of 18:48, 1 May 2017

/* CSS placed here will be applied to all skins */

img.fit-to-screen {
    width: 100%;
    height: auto;
}