Difference between revisions of "MediaWiki: Common.css"

From PAWS Lab
Jump to: navigation, search
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
/** CSS placed here will be applied to all skins */
 
/** CSS placed here will be applied to all skins */
#column-content { margin-left: -17em }
+
.img-responsive{
#content { margin-left: 17em }
+
  max-width:100%;
#p-logo a, #p-logo a:hover { width: 17em }
+
  height:auto;
.portlet { width: 16em }
+
}
#p-cactions { left: 16em }
 

Latest revision as of 00:33, 12 January 2019

/** CSS placed here will be applied to all skins */
.img-responsive{
  max-width:100%;
  height:auto;
}