Difference between revisions of "MediaWiki:Common.css"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
m
m
Line 2: Line 2:
  
 
img.diagram {
 
img.diagram {
     width: 10%;
+
     width: 40%;
     height: 10%;
+
     height: 40%;
 
}
 
}

Revision as of 17:19, 15 February 2016

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

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