Skip to content

Commit 1fb3877

Browse files
committed
Suppressing the previous fix if the browser is IE8.
1 parent 37c7f86 commit 1fb3877

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

less/navbar.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@
107107
// Fixing a bug where the FB like
108108
// button is ~30px offset to the right
109109
text-align: left;
110+
.ie8 &,
111+
.lt-ie9 &, {
112+
text-align: center;
113+
}
110114
}
111115
}
112116
}

0 commit comments

Comments
 (0)