MediaWiki:Common.css: Difference between revisions

From IAMC-Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
div.rc-table {
div.rc-row {
   clear:both;  
   clear:both;  
   max-width:900px;  
   max-width:900px;  
   vertical-align:top;
   vertical-align:top;
  margin-bottom:10px;
}
div.rc-title {
  clear:left;
  float:left;
  width:150px;
  text-align:right;
  font-weight: bold;
}
}
div.rc-title {
div.rc-title {

Revision as of 13:37, 24 August 2016

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