Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-09-15 16:47:18 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-09-15 16:47:18 +0400
commit2df3fa78ab55adbc5078c9cd8e0d8f3a5ae373aa (patch)
treedaae1ee7a2045e1bd687f1597adc4039adc82867 /assets/stylesheets/bootstrap/_navbar.scss
parente9164d7ab123cb643e2cf7dece089f683cc610ea (diff)
rake convert for #723
Diffstat (limited to 'assets/stylesheets/bootstrap/_navbar.scss')
-rw-r--r--assets/stylesheets/bootstrap/_navbar.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/assets/stylesheets/bootstrap/_navbar.scss b/assets/stylesheets/bootstrap/_navbar.scss
index 943aef9..61280d2 100644
--- a/assets/stylesheets/bootstrap/_navbar.scss
+++ b/assets/stylesheets/bootstrap/_navbar.scss
@@ -15,7 +15,7 @@
border: 1px solid transparent;
// Prevent floats from breaking the navbar
- @include clearfix();
+ @include clearfix;
@media (min-width: $grid-float-breakpoint) {
border-radius: $navbar-border-radius;
@@ -29,7 +29,7 @@
// styling of responsive aspects.
.navbar-header {
- @include clearfix();
+ @include clearfix;
@media (min-width: $grid-float-breakpoint) {
float: left;
@@ -53,7 +53,7 @@
padding-left: $navbar-padding-horizontal;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
- @include clearfix();
+ @include clearfix;
-webkit-overflow-scrolling: touch;
&.in {
@@ -294,7 +294,7 @@
@include box-shadow($shadow);
// Mixin behavior for optimum display
- @extend .form-inline;
+ @include form-inline;
.form-group {
@media (max-width: $grid-float-breakpoint-max) {