Skip to content

Instantly share code, notes, and snippets.

@enile8
Forked from nodesocket/bootstrap.flatten.css
Last active December 21, 2015 18:59
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 enile8/6351410 to your computer and use it in GitHub Desktop.
Save enile8/6351410 to your computer and use it in GitHub Desktop.
Added in .nav-pills
/* Flatten das boostrap */
.well, .navbar-inner, .nav-pills a, .popover, .btn, .tooltip, input, select, textarea, pre, .progress, .modal, .add-on, .alert, .table-bordered, .nav>.active>a, .dropdown-menu, .tooltip-inner, .badge, .label, .img-polaroid {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
border-collapse: collapse !important;
background-image: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment