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-11-12 18:29:47 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-11-12 18:29:47 +0300
commitf0fc412cf352ccace36012c0ef72f176ba16c8a2 (patch)
treed13a551e442d4264d785dac2318454d5550ab36c /assets/stylesheets/bootstrap/_list-group.scss
parent5f1800ab526266469217ed7bcfd05bdce6eb0c92 (diff)
rake convert
Diffstat (limited to 'assets/stylesheets/bootstrap/_list-group.scss')
-rw-r--r--assets/stylesheets/bootstrap/_list-group.scss8
1 files changed, 0 insertions, 8 deletions
diff --git a/assets/stylesheets/bootstrap/_list-group.scss b/assets/stylesheets/bootstrap/_list-group.scss
index 14912b1..26b23ff 100644
--- a/assets/stylesheets/bootstrap/_list-group.scss
+++ b/assets/stylesheets/bootstrap/_list-group.scss
@@ -35,14 +35,6 @@
margin-bottom: 0;
@include border-bottom-radius($list-group-border-radius);
}
-
- // Align badges within list items
- > .badge {
- float: right;
- }
- > .badge + .badge {
- margin-right: 5px;
- }
}