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 65Line 65
	min-height: 35px;
height: auto !important;
height: 35px;

	min-height: 35px;
height: auto !important;
height: 35px;

 
}

* html li.row dl.icon dt {
height: 35px;
overflow: visible;

}

* html #search-box {

}

* html #search-box {

Line 82Line 87
	float: none;
}


	float: none;
}


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