display: block;
width: 22px;
height: 2px;
- background-color: #fff;
+ background-color: #ccc;
border-radius: 1px;
}
background-color: #333;
}
+.navbar-inverse .navbar-toggle .icon-bar {
+ background-color: #fff;
+}
+
.navbar-inverse .nav > .divider {
background-color: #151515;
border-bottom-color: #2f2f2f;
/* Responsive variations
-------------------------------------------------- */
+/* Hide code snippets on mobile devices */
+@media screen and (max-width: 480px) {
+ .bs-docs-example {
+ border-radius: 4px;
+ }
+ .highlight {
+ display: none;
+ }
+}
+
/* Tablets and up */
@media screen and (min-width: 768px) {
</div>
<p class="lead">For faster mobile-friendly development, use these utility classes for showing and hiding content by device via media query.</p>
- <table class="table table-bordered table-striped responsive-utilities">
+ <table class="table table-bordered table-striped responsive-utilities hidden-phone">
<thead>
<tr>
<th>Class</th>
display: block;
width: 22px;
height: 2px;
- background-color: #fff;
+ background-color: #ccc;
border-radius: 1px;
}
.icon-bar + .icon-bar {
&:focus {
background-color: #333;
}
+ .icon-bar {
+ background-color: #fff;
+ }
}
// Darken dividers