Skip to content

Commit

Permalink
Suppressing the previous fix if the browser is IE8.
Browse files Browse the repository at this point in the history
  • Loading branch information
markfinger committed Apr 24, 2013
1 parent 37c7f86 commit 1fb3877
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions less/navbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@
// Fixing a bug where the FB like
// button is ~30px offset to the right
text-align: left;
.ie8 &,
.lt-ie9 &, {
text-align: center;
}
}
}
}
Expand Down

0 comments on commit 1fb3877

Please sign in to comment.