diff options
| author | Mark Otto <[email protected]> | 2013-10-30 07:28:24 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-30 07:28:24 -0700 |
| commit | 697a37e73f30bf2f5897b976ff38a427dd78212e (patch) | |
| tree | a02bc79ee551f412835b50618ea5d2d2da3c6e73 /dist/css/bootstrap.css | |
| parent | 77bf572cba342f69d66f75c9b1c42c2451dae32f (diff) | |
| parent | 688ca328c995d112848f93266d8ffb11b5923827 (diff) | |
| download | bootstrap-697a37e73f30bf2f5897b976ff38a427dd78212e.tar.xz bootstrap-697a37e73f30bf2f5897b976ff38a427dd78212e.zip | |
Merge pull request #11282 from ZDroid/combination
Combine multiple .thumbnail > img styles
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 624b39ea0..0303ad9f9 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5241,6 +5241,8 @@ a.list-group-item.active > .badge, display: block; height: auto; max-width: 100%; + margin-right: auto; + margin-left: auto; } a.thumbnail:hover, @@ -5249,11 +5251,6 @@ a.thumbnail.active { border-color: #428bca; } -.thumbnail > img { - margin-right: auto; - margin-left: auto; -} - .thumbnail .caption { padding: 9px; color: #333333; |
