MediaWiki:Common.css: Difference between revisions

From IAMC-Documentation
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: div.rc-table { clear:both; max-width:900px; vertical-align:top; }")
 
No edit summary
Line 4: Line 4:
   max-width:900px;  
   max-width:900px;  
   vertical-align:top;
   vertical-align:top;
}
div.rc-title {
  clear:left;
  float:left;
  width:150px;
  text-align:right;
}
}

Revision as of 13:31, 24 August 2016

/* CSS placed here will be applied to all skins */
div.rc-table {
   clear:both; 
   max-width:900px; 
   vertical-align:top;
}
div.rc-title {
   clear:left; 
   float:left;
   width:150px; 
   text-align:right;
}