.nav-collapse.collapse {
height: auto;
}
+.navbar {
+ color: #999999;
+}
.navbar .brand:hover {
text-decoration: none;
}
.navbar .navbar-text {
margin-bottom: 0;
line-height: 40px;
- color: #999999;
-}
-.navbar .navbar-text a:hover {
- color: #ffffff;
- background-color: transparent;
}
.navbar .btn, .navbar .btn-group {
margin-top: 5px;
<h4>.carousel({{_i}}options{{/i}})</h4>
<p>{{_i}}Initializes the carousel with an optional options <code>object</code> and starts cycling through items.{{/i}}</p>
<pre class="prettyprint linenums">
-$('.myCarousel').carousel({
+$('.carousel').carousel({
interval: 2000
})
</pre>
// Brand, links, text, and buttons
.navbar {
+ color: @navbarText;
// Hover and active states
.brand:hover {
text-decoration: none;
.navbar-text {
margin-bottom: 0;
line-height: 40px;
- color: @navbarText;
- a:hover {
- color: @white;
- background-color: transparent;
- }
}
// Buttons in navbar
.btn,