Skip to content

Commit

Permalink
Merge remote-tracking branch 'michelled/IDI-55' into development
Browse files Browse the repository at this point in the history
* michelled/IDI-55:
  IDI-55: Fixing column widths on the news page in IE6.
  IDI-55: Fixing column widths on the research page.
  IDI-55: Fixing column widths on the people and about pages.
  • Loading branch information
acheetham committed May 23, 2012
2 parents e9a5753 + 86638a2 commit 048e117
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions style-ltie7.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ body {
.fl-theme-uio-bw .fl-site-link a {
background-image: url('images/logos/logo-black.gif');
}

.fl-site-nav-main a:active {
.fl-site-nav-main a:hover,
.fl-site-nav-main a:active,
.fl-site-nav-main a.current_page_item:hover,
.fl-site-nav-main a.current_page_item:active {
border: none;
}

Expand Down Expand Up @@ -173,3 +175,20 @@ body {
.fl-theme-uio-bw .idi-implementation-link:hover ~ .idi-implementation-cluster-circle { background-image: url('images/circles-gif/circle-black166.gif'); }
.fl-theme-uio-yb .idi-implementation-link:hover ~ .idi-implementation-cluster-circle { background-image: url('images/circles-gif/circle-yellow166.gif'); }
.fl-theme-uio-wb .idi-implementation-link:hover ~ .idi-implementation-cluster-circle { background-image: url('images/circles-gif/circle-white166.gif'); }

/* Override column widths */
.fl-col-mixed .fl-col-fixed {
padding: 1.5em;
padding-bottom: 4em;
width: 14em;
}
.idi-research li {
margin-left: 5em;
width: 20em;
}
.idi-research-item {
width: 16em;
}
.idi-news-summary {
width: 50em;
}

0 comments on commit 048e117

Please sign in to comment.