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; }")
 
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
.ftree_thumb {
 
.ftree_thumb {
 +
    margin-top: 1em;
 +
}
 +
 +
.ftree_thumb img {
 
     width: 600px;
 
     width: 600px;
 
     height: auto;
 
     height: auto;
 +
    border: 1px solid DarkBlue;
 
}
 
}

Latest revision as of 10:38, 3 January 2019

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

.ftree_thumb {
    margin-top: 1em;
}

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