While examining the example on http://getbootstrap.com/examples/justified-nav/, I noticed a discrepancy between how IE 11 and Chrome/Webkit/Firefox render the width of the li elements. In IE, the widths are justified and equal (around 190px), whereas in other browsers they vary (e.g. first li 175px, second li 192px, etc.).
I am working on a project where this consistency is crucial. Does anyone have any ideas on achieving the same behavior in IE as in Chrome/Webkit/Firefox?
EDIT: It seems to be dependent on the width of the inner a element.