Difference between revisions of "MediaWiki:Common.css"

From COST Action FP0804: FORSYS
Jump to: navigation, search
 
(One intermediate revision by one user not shown)
Line 12: Line 12:
 
   width: 100%;
 
   width: 100%;
 
}
 
}
 
#globalWrapper {
 
font-size: 127%;
 
width: 100%;
 
margin: 0; padding: 0;}
 

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%;
}