1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 01:21:49 +02: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

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,