Skip to content

Instantly share code, notes, and snippets.

@gedankennebel
Created November 20, 2015 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gedankennebel/b5cb00e2021c79357beb to your computer and use it in GitHub Desktop.
Save gedankennebel/b5cb00e2021c79357beb to your computer and use it in GitHub Desktop.
Remove Bootstrap border
.btn, .navbar, .popover, input, textarea {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment