1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 03:11:19 +02:00
This commit is contained in:
Mark Otto
2015-05-31 23:53:14 -07:00
parent 97a6275e54
commit c1a84e38c7
7 changed files with 11 additions and 13 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;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long