Can someone help me with using bootstrap3 to achieve square corners for all buttons, menus, and navs?
I have tried setting the edges to be square using this code snippet, but my specific requirement is to only have square corners for the buttons, menus, and navs of bootstrap elements.
* {
border-radius: 0 !important;
-moz-border-radius: 0 !important;
}