Difference between revisions of "MediaWiki:Common.css"

(Created page with "CSS placed here will be applied to all skins: .ftree_thumb { width: 600px; height: auto; }")
 
Line 4: Line 4:
 
     width: 600px;
 
     width: 600px;
 
     height: auto;
 
     height: auto;
 +
    border: 10px solid yellow;
 
}
 
}

Revision as of 10:31, 3 January 2019

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

.ftree_thumb {
    width: 600px;
    height: auto;
    border: 10px solid yellow;
}