Difference between revisions of "MediaWiki:Common.css"

Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
.ftree_thumb {
+
.ftree_thumb img {
 
     width: 600px;
 
     width: 600px;
 
     height: auto;
 
     height: auto;
 
     border: 10px solid yellow;
 
     border: 10px solid yellow;
 
}
 
}

Revision as of 10:35, 3 January 2019

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

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