padding: 10px;
margin: -10px;
}
+ .carousel-caption {
+ position: static;
+ }
}
@media (max-width: 768px) {
.container {
.navbar-search .search-query :-moz-placeholder {
color: #eeeeee;
}
-.navbar-search .search-query::-webkit-input-placeholder {
+.navbar-search .search-query ::-webkit-input-placeholder {
color: #eeeeee;
}
.navbar-search .search-query:hover {
<td>number | object</td>
<td>0</td>
<td>
- <p>delay showing/hiding the tooltip (ms)</p>
+ <p>delay showing and hiding the tooltip (ms)</p>
<p>If a number is supplied, delay is applied to both hide/show</p>
<p>Object structure is: <code>delay: { show: 500, hide: 100 }</code></p>
</td>
<td>number | object</td>
<td>0</td>
<td>
- <p>delay showing/hiding the popover (ms)</p>
+ <p>delay showing and hiding the popover (ms)</p>
<p>If a number is supplied, delay is applied to both hide/show</p>
<p>Object structure is: <code>delay: { show: 500, hide: 100 }</code></p>
</td>
<td>{{_i}}number | object{{/i}}</td>
<td>0</td>
<td>
- <p>{{_i}}delay showing/hiding the tooltip (ms){{/i}}</p>
+ <p>{{_i}}delay showing and hiding the tooltip (ms){{/i}}</p>
<p>{{_i}}If a number is supplied, delay is applied to both hide/show{{/i}}</p>
<p>{{_i}}Object structure is: <code>delay: { show: 500, hide: 100 }</code>{{/i}}</p>
</td>
<td>{{_i}}number | object{{/i}}</td>
<td>0</td>
<td>
- <p>{{_i}}delay showing/hiding the popover (ms){{/i}}</p>
+ <p>{{_i}}delay showing and hiding the popover (ms){{/i}}</p>
<p>{{_i}}If a number is supplied, delay is applied to both hide/show{{/i}}</p>
<p>{{_i}}Object structure is: <code>delay: { show: 500, hide: 100 }</code>{{/i}}</p>
</td>
margin: -10px;
}
+ // Carousel
+ .carousel-caption {
+ position: static;
+ }
+
}