2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

clean up comments and spacing

This commit is contained in:
Mark Otto
2015-04-18 11:15:40 -07:00
parent 88a92e433d
commit b88c05d564
4 changed files with 20 additions and 9 deletions
+6 -2
View File
@@ -2,6 +2,7 @@
// Button groups
// --------------------------------------------------
// Make the div behave like a button
.btn-group,
.btn-group-vertical {
@@ -103,8 +104,9 @@
.btn-group-lg > .btn { @extend .btn-lg; }
//
// Split button dropdowns
// ----------------------
//
// Give the line between buttons some depth
.btn-group > .btn + .dropdown-toggle {
@@ -143,8 +145,10 @@
}
//
// Vertical button groups
// ----------------------
//
.btn-group-vertical {
> .btn,