Skip to content

Commit

Permalink
'removed overflow:hidden because there are some display issues on som…
Browse files Browse the repository at this point in the history
…e pages. min-width: 0 is enough to trigger IE7 hasLayout to avoid collapsing divs'
  • Loading branch information
urs_hunkler committed Nov 22, 2006
1 parent 9fa06fc commit 75108f2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions theme/standard/styles_layout.css
Expand Up @@ -69,11 +69,6 @@ h6.main {
display:block; display:block;
} }


.clearfix {
min-width: 0;
/* overflow: hidden; */
}

.clearfix:after { .clearfix:after {
/* content: "<!-- -->"; */ /* content: "<!-- -->"; */
content: "."; content: ".";
Expand All @@ -83,7 +78,10 @@ h6.main {
visibility: hidden; visibility: hidden;
} }


/* .clearfix {display: inline-table;} */ .clearfix {
/* display: inline-bl¶ock */
min-width: 0;
}


/* Hides from IE-mac \*/ /* Hides from IE-mac \*/
* html .clearfix {height: 1%;} * html .clearfix {height: 1%;}
Expand Down

0 comments on commit 75108f2

Please sign in to comment.