This commit is contained in:
Mark Otto 2015-05-31 23:53:14 -07:00
parent 97a6275e54
commit c1a84e38c7
7 changed files with 9 additions and 11 deletions

View file

@ -4198,6 +4198,7 @@ a.label:hover {
padding-left: .6em;
font-size: .75em;
font-weight: bold;
line-height: 1.5;
color: #fff;
text-align: center;
white-space: nowrap;
@ -4564,13 +4565,11 @@ a.badge:hover {
display: block;
}
.media-right,
.media > .pull-right {
.media-right {
padding-left: 10px;
}
.media-left,
.media > .pull-left {
.media-left {
padding-right: 10px;
}

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -4198,6 +4198,7 @@ a.label:hover {
padding-left: .6em;
font-size: .75em;
font-weight: bold;
line-height: 1.5;
color: #fff;
text-align: center;
white-space: nowrap;
@ -4564,13 +4565,11 @@ a.badge:hover {
display: block;
}
.media-right,
.media > .pull-right {
.media-right {
padding-left: 10px;
}
.media-left,
.media > .pull-left {
.media-left {
padding-right: 10px;
}

Binary file not shown.

File diff suppressed because one or more lines are too long