Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for menu dropdown
-Menu dropdown was functioning differently than intended. A temporary
fix was put in place using the Custom CSS plugin. This is a redundancy
for when we push another update
  • Loading branch information
briandunnigan authored and briandunnigan committed Aug 26, 2015
1 parent 42011d6 commit 56e85ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Expand Up @@ -554,7 +554,7 @@ a.secondary-site-title {
z-index:9999;
}

.ie7 .nav-drop-about-us, .ie7 .nav-drop-academics, .ie7 .nav-drop-research-programs, .ie7 .nav-drop-events, .ie7 .nav-drop-resources, .ie7 .nav-drop-awards-and-fellowships, .nav-drop-collaborations {
.ie7 .nav-drop-about-us, .ie7 .nav-drop-academics, .ie7 .nav-drop-research-programs, .ie7 .nav-drop-events, .ie7 .nav-drop-resources, .ie7 .nav-drop-awards-and-fellowships, .ie7 .nav-drop-collaborations {
position:relative;
}

Expand Down

0 comments on commit 56e85ee

Please sign in to comment.