1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 17:32:41 +02:00
This commit is contained in:
Mark Otto
2016-10-18 20:03:42 -07:00
parent 805ae2b46c
commit 1543738890
16 changed files with 108 additions and 12 deletions

View File

@@ -5805,6 +5805,30 @@ button.close {
}
}
.align-baseline {
vertical-align: baseline !important;
}
.align-top {
vertical-align: top !important;
}
.align-middle {
vertical-align: middle !important;
}
.align-bottom {
vertical-align: bottom !important;
}
.align-text-bottom {
vertical-align: text-bottom !important;
}
.align-text-top {
vertical-align: text-top !important;
}
.bg-faded {
background-color: #f7f7f9;
}