diff options
| author | Mark Otto <[email protected]> | 2015-03-11 19:19:22 +0000 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-03-11 19:19:22 +0000 |
| commit | 594f1fa4a0e8bd69b9e19f7e0f4d531ca9258463 (patch) | |
| tree | 36ec87a16a85c308d11ea1825d64b6d4f859eeca /docs/assets | |
| parent | d29f851e827db27fb42573f14003bb018c037342 (diff) | |
| download | bootstrap-594f1fa4a0e8bd69b9e19f7e0f4d531ca9258463.tar.xz bootstrap-594f1fa4a0e8bd69b9e19f7e0f4d531ca9258463.zip | |
update image docs and styles
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/scss/docs.scss | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/docs/assets/scss/docs.scss b/docs/assets/scss/docs.scss index 950613d04..209be8187 100644 --- a/docs/assets/scss/docs.scss +++ b/docs/assets/scss/docs.scss @@ -1087,11 +1087,16 @@ body { } // Images -.bs-example > .img-circle, -.bs-example > .img-rounded, -.bs-example > .img-thumbnail { - margin: .25rem; +.bs-example > img { + + img { + margin-left: .5rem; + } } +// .bs-example > .img-circle, +// .bs-example > .img-rounded, +// .bs-example > .img-thumbnail { +// margin: .25rem; +// } // Tables // .bs-example > .table-responsive > .table { @@ -1252,7 +1257,7 @@ body { // Helpers .bs-example > { - .center-block { + .center-block:not(img) { max-width: 200px; padding: .5rem; background-color: #eee; |
