I want to display a list inline using Bootstrap. Is there a class I can add from Bootstrap to achieve this?
I couldn't find anything specific within the bootstrap.css file. So, I added the css to a custom css file.
.inline li { display: inline; }