1/* Style Sheet Tweaks
2
3These style definitions are IE 8 & 9 only.
4They are required due to the poor CSS support in IE browsers.
5------------------------------------------------------------------------------*/
6
7/* IE 8 Tweaks (value)\9 equates to  IE <= 8
8------------------------------------------------------------------------------*/
9
10/* Clear float fix */
11.inner, ul.linklist { zoom: 1\9; }
12
13/* Align checkboxes/radio buttons nicely */
14dd label input { vertical-align: text-bottom\9; }
15
16/* Fixes header-avatar aspect-ratio */
17.header-avatar img { height: 20px\9; }
18
19/* IE8 often can't handle max-width in %, so we use px instead */
20.postprofile .avatar img { max-width: 150px\9; }
21
22
23/* IE 9 Tweaks
24------------------------------------------------------------------------------*/
25
26/* Border-radius bleed fix in IE9 */
27.search-header, .search-header .inputbox, .search-header a.button {
28	border-radius: 0;
29}
30
31.tabs .tab > a {
32	border-radius: 0;
33}
34