Skip to content

Commit

Permalink
IDI-55: Fixing column widths in the institution pages in IE6.
Browse files Browse the repository at this point in the history
  • Loading branch information
michelled committed May 23, 2012
1 parent 86638a2 commit 539ed26
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions style-ltie7.css
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,14 @@ body {
.idi-news-summary {
width: 50em;
}
.idi-inst-content .fl-col-flex2 {
width: 55em;
}
.idi-inst-content .fl-col-flex2 .fl-col {
width: 24em;
}
.idi-inst-content .fl-col-flex2 .fl-col .fl-col-fixed {
width: 2em;
margin: 0;
padding: 0;
}

0 comments on commit 539ed26

Please sign in to comment.