phpBB

Code Changes

File: styles/prosilver/theme/tweaks.css

  Unmodified   Added   Modified   Removed
Line 1Line 1
/* proSilver Style Sheet Tweaks

/* Style Sheet Tweaks


These style definitions are mainly IE specific
tweaks required due to its poor CSS support.


These style definitions are mainly IE specific
tweaks required due to its poor CSS support.

Line 87Line 87
	float: none;
}


	float: none;
}


* html .forumbg table.table1 {
margin: 0 -2px 0px -1px;


/* Headerbar height fix for IE7 and below */
* html #site-description p {
margin-bottom: 1.0em;

}


}


 
*:first-child+html #site-description p {
margin-bottom: 1.0em;
}

/* #minitabs fix for IE */
.tabs-container {
zoom: 1;
}

#minitabs {
white-space: nowrap;
*min-width: 50%;
}