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 // Inverted navbar toggle
@navbar-inverse-toggle-hover-bg: @jumbotron-bg-dark; @navbar-inverse-toggle-hover-bg: @jumbotron-bg-dark;
@navbar-inverse-toggle-icon-bar-bg: #fff; @navbar-inverse-toggle-icon-bar-bg: @jumbotron-text;
@navbar-inverse-toggle-border-color: #fff; @navbar-inverse-toggle-border-color: mix(@jumbotron-text, @jumbotron-bg, 75%);
//@brand-primary: @blue-dark; //@brand-primary: @blue-dark;
//@brand-success: @green; //@brand-success: @green;

View File

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