Difference between revisions of "MediaWiki:Common.css"

From forestDSS
Jump to: navigation, search
 
Line 11: Line 11:
 
.dsstable td{
 
.dsstable td{
 
   width: 100%;
 
   width: 100%;
}
 
 
#globalWrapper {
 
position:relative;
 
font-size: 127%;
 
width: 900px;
 
margin-left:auto;
 
margin-right:auto;
 
padding: 0;
 
 
}
 
}

Latest revision as of 17: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%;
}