]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Added blank line between selectors in badges 15589/head
authorKevin Jannis <kevin.jannis@live.be>
Fri, 16 Jan 2015 20:44:27 +0000 (21:44 +0100)
committerKevin Jannis <kevin.jannis@live.be>
Fri, 16 Jan 2015 20:44:27 +0000 (21:44 +0100)
less/badges.less

index b27c405a300628f87e4f69cf7766ede0061bd2a7..4a804025334b7f2a9764b8bf00d132598224a7d4 100644 (file)
@@ -28,6 +28,7 @@
     position: relative;
     top: -1px;
   }
+  
   .btn-xs & {
     top: 0;
     padding: 1px 5px;
     color: @badge-active-color;
     background-color: @badge-active-bg;
   }
+  
   .list-group-item > & {
     float: right;
   }
+  
   .list-group-item > & + & {
     margin-right: 5px;
   }
+  
   .nav-pills > li > a > & {
     margin-left: 3px;
   }