Difference between revisions of "MediaWiki:Common.css"

From COST Action FP0804: FORSYS
Jump to: navigation, search

Warning: require(): Unable to allocate memory for pool. in /data/home/fp0804/www/wiki/includes/AutoLoader.php on line 1191
 
(3 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
   text-align:left;
 
   text-align:left;
 
   vertical-align:top;
 
   vertical-align:top;
   min-width:250px;
+
   min-width:300px;
 
}
 
}
  

Latest revision as of 18:11, 19 September 2013

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

.dsstable th{
   text-align:left;
   vertical-align:top;
   min-width:300px;
}

.dsstable td{
   width: 100%;
}