aboutsummaryrefslogtreecommitdiff
path: root/less/media.less
AgeCommit message (Collapse)AuthorFilesLines
2014-08-04rename imported files to preface with underscore; rerun grunt distMark Otto1-56/+0
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]>