Skip to content

Commit

Permalink
Professor page bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Victoria Mach committed Jul 29, 2014
1 parent 11833e9 commit 7f292ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/faculty-ie.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
.ie9 .link-mod-container > li.link-mod-active h4 a::after {
top: 0px;
}
.lt-ie9 .people-toggle {
display: none;
}
.lt-ie9 .people-section-nav {
display: none;
}
Expand Down
3 changes: 3 additions & 0 deletions less/faculty/ie.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
.lt-ie9 {
// people page
// ------------
.people-toggle{
display:none;
}
.people-section-nav{
display:none;
}
Expand Down

0 comments on commit 7f292ba

Please sign in to comment.