Skip to content

Commit

Permalink
IE7 fix for positioning of home link. Not great as it isn't fixed, bu…
Browse files Browse the repository at this point in the history
…t it'll do for now.
  • Loading branch information
James Weiner committed Mar 7, 2012
1 parent d3fda1d commit 7622d28
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions app/assets/stylesheets/website/navigation.scss
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -95,10 +95,15 @@
} }


.lte-ie8 { .lte-ie8 {

#global-nav .inner ul {
position: relative;
}

#global-nav .inner ul li#inside_gov_link { #global-nav .inner ul li#inside_gov_link {
position: fixed; position: absolute;
top: 2.65em; top: 0;
left: 9.25%; left: -11.75em;
z-index: 1500; z-index: 1500;


a.current { a.current {
Expand Down

0 comments on commit 7622d28

Please sign in to comment.