How can I make space between buttons in navbar? I usually do that with but it doesn\'t work now. Here\'s an JSfiddle of how it looks:
http://j
Copy & paste this to your style.css and assign it as class attribute:
style.css
.btn-margin-left { margin-left: 2px; } .btn-margin-right { margin-right: 2px; }
Usage
Link Button