'removed overflow:hidden because there are some display issues on some pages. min-width: 0 is enough to trigger IE7 hasLayout to avoid collapsing divs'
This commit is contained in:
@@ -68,10 +68,10 @@ h6.main {
|
||||
display:block;
|
||||
}
|
||||
|
||||
.clearfix {
|
||||
/*.clearfix {
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
}*/
|
||||
|
||||
.clearfix:after {
|
||||
/* content: "<!-- -->"; */
|
||||
@@ -83,6 +83,10 @@ h6.main {
|
||||
}
|
||||
|
||||
/* .clearfix {display: inline-table;} */
|
||||
.clearfix {
|
||||
/* display: inline-bl¶ock */
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
/* Hides from IE-mac \*/
|
||||
* html .clearfix {height: 1%;}
|
||||
|
||||
Reference in New Issue
Block a user