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} 13
/*!
* Tab drop for Bootstrap
*
* Copyright 2012 Stefan Petre
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*/
.nav-tabs,
.nav-pills {
position: relative;
}