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 {
 +
    border: solid;
 +
}
 +
 +
span.fancytree-icon {
 +
  margin-left: 3px;
 +
  display: none;
 +
}

Revision as of 10:23, 24 March 2017

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

.fancytree ul {
    font-size: 12px;
}

ul.fancytree-container {
    border: solid;
}

span.fancytree-icon {
  margin-left: 3px;
  display: none;
}