This commit is contained in:
Mark Otto 2016-04-17 16:52:36 -07:00
parent d8b1b92f66
commit 24d6a03f5d
6 changed files with 18 additions and 2 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -5933,6 +5933,18 @@ a.bg-danger:focus, a.bg-danger:hover {
clear: both;
}
.d-block {
display: block !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-inline {
display: inline !important;
}
.pull-xs-left {
float: left !important;
}
@ -6013,6 +6025,10 @@ a.bg-danger:focus, a.bg-danger:hover {
clip: auto;
}
.w-100 {
width: 100% !important;
}
.m-x-auto {
margin-right: auto !important;
margin-left: auto !important;

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.