Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-05rename imported files to preface with underscore; rerun grunt distMark Otto
2014-07-09Use .box-shadow() mixin so we can enable/disable themMark Otto
2014-07-09Nuke all IE8 fallbacks and comments and hacksMark Otto
2014-07-08Drop: all vendor prefix mixins because autoprefixerMark Otto
2014-03-07Fixes #12934mrmrs
2014-02-10use @popover-arrow-width for offset the popover to account for the popover arrowTobias Lindig
2014-02-03Tightening up popover arrow css scope to apply only to direct descendant arrows.Cina S
2013-08-12Drop background-clip and background-size mixins since they have no prefixes ↵Mark Otto
anyway
2013-08-08Fix Find/Replace-o; good catch, @FagnerMartinsBrack!Chris Rebert
Problem introduced in 6b23a66c29c3613c6792a257aafa949c81746597
2013-07-26move things around :)syed
Moved pager, pagination, popovers, tooltip, progress bars & type properties to variables.less
2013-07-08refactor {badges,jumbotron,media,popover,print}.less (mostly nesting)Chris Rebert
2013-06-28fixes #4852: popover carets fully functional in ie8 holy carp wtfbqq huge ↵Mark Otto
shoutout to @PumaOmaR
2013-06-21Fixes #7730: Better hiding of empty titles in popoversMark Otto
If the popover's title contains no text, hide it via JS. Previously was done via CSS's `:empty` property, but that doesn't work in IE8, so JS it is. /cc @fat becaue I probably did this wrong <3
2013-05-08indentation fixMark Otto
2013-05-02Use @font-size-... variables instead of hardcoded font-size in pxDarDar
2013-04-01-background to -bg on tooltip and popover varsMark Otto
2013-01-13Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto
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/components.html docs/css.html docs/examples/fluid.html docs/extend.html docs/getting-started.html docs/index.html docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache docs/templates/pages/extend.mustache docs/templates/pages/getting-started.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/buttons.less less/forms.less less/navbar.less less/popovers.less less/responsive-767px-max.less less/responsive.less less/tables.less less/tooltip.less less/type.less less/variables.less package.json
2012-12-29Popovers are now flexible width:Mark Otto
* Instead of a fixed width, we use max-width * Width has been increased from 240px to 280px * Added ability to hide the title via CSS :empty selector if no title is provided
2012-12-05Remove commented out old popover CSSMark Otto
2012-12-05Merge branch '2.2.2-wip' into 3.0.0-wipMark Otto
Conflicts: README.md docs/assets/css/bootstrap.css docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/examples/fluid.html docs/scaffolding.html less/breadcrumbs.less less/popovers.less less/responsive.less
2012-12-02reset text align in popovers given inline insertionMark Otto
2012-12-02remove overrides on inner html of popover-contentMark Otto
2012-12-01popovers and tooltips varsMark Otto
2012-12-01remove sprites vars, change zindex varsMark Otto
2012-11-30Merge branch '2.2.2-wip' into exploratoryMark Otto
Conflicts: docs/assets/css/bootstrap.css docs/components.html docs/templates/pages/components.mustache less/alerts.less less/button-groups.less less/buttons.less less/tests/css-tests.html
2012-11-28Fixes #4852: IE8 popover carets fixedMark Otto
* IE8 refused a negative z-index to place the previous :after behind the .arrow, so I had to flip the styles. * .arrow is the gray border/background, .arrow:after is now the white inner arrow * Added a hex IE8 fallback to ensure the arrow shows for <IE9 as rgba() isn't supported * Simplified some of the CSS for the popover carets
2012-11-04Merge branch '2.2.2-wip' into exploratoryMark Otto
Conflicts: docs/assets/css/bootstrap.css docs/scaffolding.html docs/templates/pages/scaffolding.mustache
2012-11-04Fixes #5776: Reside white-space for popoversMark Otto
2012-10-01remove .border-radius mixin and replace with standard border-radius ↵Mark Otto
property, since -webkit-* and -moz-* are only needed for older versions
2012-09-18fixes #5173: proper popover offsets; added docs examples to enable tests in ↵Mark Otto
the future
2012-07-27increase height of homepage jumbotron, update vars and styles of popoversMark Otto
2012-07-10remove popoverarrows mixin, relegate code to tooltips and popvers since we ↵Mark Otto
only used them once each; this fixes the problem of broken tooltips in 2.1
2012-07-10fix up docs popover examples and copyMark Otto
2012-06-29standardize top level file commentsMark Otto
2012-06-28use variablef or wells background-color, update docs for glyphicons license ↵Mark Otto
mention, update popovers to remove that thick border and make them look mo betta
2012-01-30namespace popover valuesMark Otto
2012-01-27moving structure around + more work on builder...Jacob Thornton