tabdrop.less 206 B

12345678910111213
  1. /*!
  2. * Tab drop for Bootstrap
  3. *
  4. * Copyright 2012 Stefan Petre
  5. * Licensed under the Apache License v2.0
  6. * http://www.apache.org/licenses/LICENSE-2.0
  7. *
  8. */
  9. .nav-tabs,
  10. .nav-pills {
  11. position: relative;
  12. }