Difference between revisions of "MediaWiki:Common.css"

From OpenMBD
Jump to: navigation, search
Line 7: Line 7:
 
ul.fancytree-container {
 
ul.fancytree-container {
 
     border-width: 5px;
 
     border-width: 5px;
     border: solid;
+
     border-style: solid;
 
     color: #A7D7F9
 
     color: #A7D7F9
 
}
 
}

Revision as of 10:31, 24 March 2017

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

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

ul.fancytree-container {
    border-width: 5px;
    border-style: solid;
    color: #A7D7F9
}