Difference between revisions of "MediaWiki:Common.css"

Line 4: Line 4:
 
     width: 600px;
 
     width: 600px;
 
     height: auto;
 
     height: auto;
     border: 10px solid yellow;
+
     border: 1px solid DarkBlue;
 
}
 
}

Revision as of 10:37, 3 January 2019

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

.ftree_thumb img {
    width: 600px;
    height: auto;
    border: 1px solid DarkBlue;
}