2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

add .btn-block for a full-width button option

This commit is contained in:
Mark Otto
2012-07-27 15:42:58 -07:00
parent 16b4ac0d8f
commit fe6a4b0b54
4 changed files with 71 additions and 42 deletions
+9
View File
@@ -99,6 +99,15 @@
line-height: @baseLineHeight - 4px;
}
// Block button
.btn-block {
display: block;
width: 100%;
padding-left: 0;
padding-right: 0;
.box-sizing(border-box);
}
// Alternate buttons
// --------------------------------------------------