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-10 20:55:42 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-09-10 20:55:42 +0400
commit13c00527034691c45397fb8653b8a4c741aa0cd4 (patch)
tree28fb116683bce444ab19e2418eecc00ed66cddf8 /assets/stylesheets/bootstrap/_navbar.scss
parentfe4aaa4b8a98e8b2f32f2d2e7f1c616d68417087 (diff)
rake convert
Diffstat (limited to 'assets/stylesheets/bootstrap/_navbar.scss')
-rw-r--r--assets/stylesheets/bootstrap/_navbar.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/stylesheets/bootstrap/_navbar.scss b/assets/stylesheets/bootstrap/_navbar.scss
index 907610c..943aef9 100644
--- a/assets/stylesheets/bootstrap/_navbar.scss
+++ b/assets/stylesheets/bootstrap/_navbar.scss
@@ -299,6 +299,10 @@
.form-group {
@media (max-width: $grid-float-breakpoint-max) {
margin-bottom: 5px;
+
+ &:last-child {
+ margin-bottom: 0;
+ }
}
}