aboutsummaryrefslogtreecommitdiff
path: root/less/media.less
AgeCommit message (Collapse)AuthorFilesLines
2017-11-25move from csslint to stylelintMark Otto1-1/+1
2015-04-24Fix collapsing .img-thumbnail due to display: table-cell clashing with max-widthThomas P. Horton1-0/+5
2014-12-17Fixes #14990: Media bodies take up full widthNicole Sullivan1-0/+4
Signed-off-by: Beatrice Peng <[email protected]>
2014-11-29Fixes #15140: Restore more missing .media styles from shipping #14801Mark Otto1-4/+10
2014-11-29Fixes #15124: Restore .media-objectMark Otto1-0/+4
2014-10-25Fix up margins and unnest codeMark Otto1-27/+25
2014-10-23Fixes #14799: Add vertical alignment of image in media componentNicole Sullivan1-37/+30
Signed-off-by: Jenn Dodd <[email protected]>
2013-07-07refactor {badges,jumbotron,media,popover,print}.less (mostly nesting)Chris Rebert1-5/+7
2013-06-29reset left padding for .media-list, .pagination and .pagerFrancis Brunelle1-1/+1
2012-12-20Merge branch '2.2.3' into 3.0.0-wipMark Otto1-2/+2
Conflicts: Makefile README.md component.json docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/assets/js/bootstrap-affix.js docs/assets/js/bootstrap-alert.js docs/assets/js/bootstrap-button.js docs/assets/js/bootstrap-carousel.js docs/assets/js/bootstrap-collapse.js docs/assets/js/bootstrap-dropdown.js docs/assets/js/bootstrap-modal.js docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap-scrollspy.js docs/assets/js/bootstrap-tab.js docs/assets/js/bootstrap-tooltip.js docs/assets/js/bootstrap-transition.js docs/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/index.html docs/templates/pages/base-css.mustache docs/templates/pages/index.mustache docs/templates/pages/javascript.mustache js/bootstrap-affix.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-tooltip.js js/bootstrap-transition.js js/bootstrap-typeahead.js less/bootstrap.less less/responsive.less less/type.less package.json
2012-12-19Fixes #6337: scope '.media .pull-left' and '.media .pull-right' to immediate ↵Mark Otto1-2/+2
children only
2012-09-30remove more ie7 css hacksMark Otto1-1/+0
2012-09-17overhaul the docs and css to merge into 2.1.2 since this was against masterMark Otto1-50/+36
2012-09-07Modified the file to conform to bootstrap standards and fix an IE7 css ↵Giuliano Velli1-38/+39
selector issue Signed-off-by: Giuliano Velli <[email protected]>
2012-04-24Added Medias code and documentationGiuliano Velli1-0/+68
Fix for Issue #1711 Added media.less and edited bootstrap.less and responsive.less to manage media components. Added a section to the documentation (Media, in components.html) outlining how Medias work. Edited bootstrap.css and bootstrap-responsive.css to add the code for the demos Signed-off-by: Giuliano Velli <[email protected]>
2012-04-20Added Medias code and documentationGiuliano Velli1-0/+68
Added media.less and edited bootstrap.less and responsive.less to manage media components. Added a section to the documentation (Media, in components.html) outlining how Medias work. Edited bootstrap.css and bootstrap-responsive.css to add the code for the demos Signed-off-by: Giuliano Velli <[email protected]>