1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +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

@@ -3,8 +3,9 @@
// --------------------------------------------------
//
// Base styles
// --------------------------------------------------
//
.btn {
display: inline-block;
@@ -58,8 +59,9 @@ fieldset[disabled] a.btn {
}
//
// Alternate buttons
// --------------------------------------------------
//
.btn-primary {
@include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border);
@@ -81,8 +83,9 @@ fieldset[disabled] a.btn {
}
//
// Link buttons
// -------------------------
//
// Make a button look and behave like a link
.btn-link {
@@ -121,8 +124,9 @@ fieldset[disabled] a.btn {
}
//
// Button Sizes
// --------------------------------------------------
//
.btn-lg {
// line-height: ensure even-numbered height of button next to large input
@@ -137,8 +141,9 @@ fieldset[disabled] a.btn {
}
//
// Block button
// --------------------------------------------------
//
.btn-block {
display: block;