more updates to responsive

This commit is contained in:
davegandy 2013-10-15 21:14:37 -04:00
parent b107e159d4
commit 89b27a53d9
2 changed files with 10 additions and 10 deletions

View File

@ -111,8 +111,8 @@
// Inverted navbar toggle
@navbar-inverse-toggle-hover-bg: @jumbotron-bg-dark;
@navbar-inverse-toggle-icon-bar-bg: #fff;
@navbar-inverse-toggle-border-color: #fff;
@navbar-inverse-toggle-icon-bar-bg: @jumbotron-text;
@navbar-inverse-toggle-border-color: mix(@jumbotron-text, @jumbotron-bg, 75%);
//@brand-primary: @blue-dark;
//@brand-success: @green;

View File

@ -5,14 +5,14 @@
line-height: @size;
width: 280px;
margin: 30px auto 0;
.carousel-control {
top: 37%;
.square(44px);
font-size: 44px;
line-height: 44px;
left: -7px;
&.right { right: -7px; }
}
}
.carousel-control {
top: 40%;
.square(44px);
font-size: 44px;
line-height: 44px;
left: -7px;
&.right { right: -7px; }
}
.jumbotron-carousel {