Difference between revisions of "MediaWiki:Common.css"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: img.diagram { width: 40%; height: 40%; }")
 
m
Line 2: Line 2:
  
 
img.diagram {
 
img.diagram {
     width: 40%;
+
     width: 10%;
     height: 40%;
+
     height: 10%;
 
}
 
}

Revision as of 17:12, 15 February 2016

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

img.diagram {
    width: 10%;
    height: 10%;
}