diff options
| author | Mark Otto <[email protected]> | 2013-08-15 13:40:21 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-15 13:40:21 -0700 |
| commit | 418ca6c09b393096e80aef9dde0072943f6d7c63 (patch) | |
| tree | e704c2856ea60432a9f30fcd5adc64a143017edf /assets/css/docs.css | |
| parent | 0664b3f0da25a99c5e0d88fdc566480baeaf83aa (diff) | |
| download | bootstrap-418ca6c09b393096e80aef9dde0072943f6d7c63.tar.xz bootstrap-418ca6c09b393096e80aef9dde0072943f6d7c63.zip | |
fixes #9622: reset to inline-block for img-thumbnail, but keep block for .thumbnail > img
Diffstat (limited to 'assets/css/docs.css')
| -rw-r--r-- | assets/css/docs.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index a90c6ca49..494c58ba8 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -437,6 +437,13 @@ body { margin: 0; } +/* Images */ +.bs-example > .img-circle, +.bs-example > .img-rounded, +.bs-example > .img-thumbnail { + margin: 5px; +} + /* Buttons */ .bs-example > .btn, .bs-example > .btn-group { |
