| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-10-08 | Go back to single colon pseudo elements. | XhmikosR | 1 | -2/+2 | |
| This is for backwards compatibility with the browsers we support in v3. | |||||
| 2018-10-08 | Switch to inline comments for stylelint inline directives. | XhmikosR | 1 | -1/+1 | |
| Otherwise the comments are actually output to the CSS. | |||||
| 2017-11-25 | move from csslint to stylelint | Mark Otto | 1 | -29/+32 | |
| 2015-11-14 | Fix IE9 clickthru of carousel controls | Mark Otto | 1 | -0/+1 | |
| 2015-11-12 | Follow up to #16975 | Mark Otto | 1 | -3/+3 | |
| 2015-08-12 | Use @carousel-control-font-size for in min-width sm | Kevin Kirsche | 1 | -3/+3 | |
| Fix #16973 As 30px was hard coded for the following attribute values: `width`, `height`, and `font-size`, I have used the same pixel formula for each of these three as the `@carousel-control-width` is a percent value not a pixel value in variables.less | |||||
| 2015-05-02 | Fixes Issue #16371 Carousel control is vertically off center for small screens | Richard Lindner | 1 | -1/+1 | |
| 2015-04-07 | add px unit to perspective property value; fixes #16247 | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] [skip validator] | |||||
| 2014-12-22 | add more refs to browser-related bugs in Less comments | Chris Rebert | 1 | -0/+1 | |
| 2014-11-27 | Center .icon-prev and .icon-next | Catalin Zalog | 1 | -0/+1 | |
| Center .icon-prev and .icon-next the same way .glyphicon icon are. And this is the html markup: <a class="left carousel-control" href="#carousel-main-menu" role="button" data-slide="prev"> <span class="icon-prev" aria-hidden="true"></span> </a> | |||||
| 2014-11-17 | grunt | Heinrich Fenkart | 1 | -1/+1 | |
| 2014-11-17 | Revert "Follow-up to #13074: use spec syntax instead of deprecated mixins" | Heinrich Fenkart | 1 | -7/+7 | |
| This reverts commit b10b373c6019666dbe1152245c9efdf214ceaa6a. Resolves #14937. | |||||
| 2014-08-04 | Follow-up to #13074: use spec syntax instead of deprecated mixins | Heinrich Fenkart | 1 | -7/+7 | |
| 2014-08-02 | Merge pull request #13074 from haydenbleasel/master | Mark Otto | 1 | -0/+24 | |
| WebKit CSS3 carousel transforms for supported devices | |||||
| 2014-07-08 | CSS3 Carousel code formatting | Hayden Bleasel | 1 | -3/+8 | |
| 2014-07-07 | Added Firefox support for CSS3 carousel transition | Hayden Bleasel | 1 | -1/+1 | |
| 2014-04-26 | Minor Spacing fixes | Nick Schonning | 1 | -1/+3 | |
| Flagged upstream in bootstrap-sass by scss-lint | |||||
| 2014-04-23 | Improved mixin ability with nested media query | Hayden Bleasel | 1 | -23/+19 | |
| 2014-03-31 | Fix carousel control margin asymmetry | Nikolay Shebanov | 1 | -2/+11 | |
| 2014-03-16 | Removed unnecessary percentage sign for 3D translation | Hayden Bleasel | 1 | -1/+1 | |
| 2014-03-15 | Utilised mixins rather than specific WebKit properties | Hayden Bleasel | 1 | -6/+6 | |
| 2014-03-15 | WebKit CSS3 carousel transforms for supported devices | Hayden Bleasel | 1 | -0/+23 | |
| 2014-03-10 | Use `outline: 0` consistently | Zlatan Vasović | 1 | -1/+1 | |
| 2014-02-08 | Merge pull request #12552 from stoudenmire/carousel-icon-classname-fix | Mark Otto | 1 | -2/+2 | |
| Fixes two typos in carousel.less | |||||
| 2014-02-06 | use :extend(.img-responsive) in Carousel's Less | Chris Rebert | 1 | -1/+1 | |
| 2014-02-03 | fixed two typos in carousel.less | stoudenmire | 1 | -2/+2 | |
| carousel.less has two typos in glyphicon classnames. fixed them. | |||||
| 2013-11-28 | Fixes #10147: Remove outline from carousel controls on focus | Mark Otto | 1 | -0/+1 | |
| 2013-10-24 | fix WebKit caps in comments | Chris Rebert | 1 | -1/+1 | |
| 2013-10-20 | Fixes #10903 and #10457: IE8-9 don't support events on elements without ↵ | Mark Otto | 1 | -0/+11 | |
| background-color, so we have to hack it | |||||
| 2013-09-11 | Eagle eye | Zlatan Vasović | 1 | -1/+1 | |
| 2013-09-10 | add missing comma in carousel.less; fixes #10562 | Chris Rebert | 1 | -1/+1 | |
| 2013-09-06 | Merge branch 'master' of https://github.com/nuttertag/bootstrap into ↵ | Mark Otto | 1 | -1/+8 | |
| nuttertag-master Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-09-01 | fixes #10115: Default carousel controls and Glyphicon controls should behave ↵ | Mark Otto | 1 | -7/+11 | |
| the same on small devices and up | |||||
| 2013-08-21 | Fixing carousel control positioning | Jason Nutter | 1 | -1/+8 | |
| The left control should be positioned from the left, while the right control should be positioning from the right. Positioning both from the left results in the right carousel control being incorrectly positioned (most noticeable with a larger than normal font size). | |||||
| 2013-08-21 | deprecate @screen-{phone,tablet,desktop} vars | Chris Rebert | 1 | -1/+1 | |
| 2013-08-19 | Re-enable glyphicons in carousel controls and then remove redundant CSS from ↵ | Mark Otto | 1 | -1/+6 | |
| example | |||||
| 2013-08-12 | Removed remaining Glyphicons mentions in carousel.less | ggam | 1 | -2/+1 | |
| 2013-08-08 | Removed Glyphicons mention from carousel.less | Guillermo González de Agüero | 1 | -1/+0 | |
| 2013-08-06 | update use of mixins and add bg-colors where necessary | Mark Otto | 1 | -2/+0 | |
| 2013-08-05 | Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into ↵ | Mark Otto | 1 | -3/+3 | |
| saas786-3.0.0-wip Conflicts: customize.html less/alerts.less less/badges.less less/button-groups.less less/buttons.less less/carousel.less | |||||
| 2013-08-05 | carousel.less: copyedit explanatory comment | Chris Rebert | 1 | -1/+1 | |
| 2013-08-05 | Fixes #8872: widen the carousel indicators to prevent wrapping | Mark Otto | 1 | -3/+6 | |
| 2013-07-28 | move things around | syed | 1 | -4/+4 | |
| Moved alerts, badges, button groups, buttons, carousel, close to variables.less and customize.html | |||||
| 2013-07-26 | rebuild + use serif arrows | fat | 1 | -0/+1 | |
| 2013-07-23 | Run make on prev commits | Mark Otto | 1 | -1/+1 | |
| 2013-07-23 | Update carousel vars | Mark Otto | 1 | -4/+4 | |
| * Remove `@carousel-control-hover-color` since that's just the same as the default control color and all we change is `opacity` (it's required for specificity). * Add vars to customizer * Update customizer nav to include new section * Remove the `li` from the var names * Consolidate and simplify `text-shadow` vars | |||||
| 2013-07-20 | Move inline properties to variables.less | syed | 1 | -7/+7 | |
| moved buttons.less, carousel.less & close.less in this commit | |||||
| 2013-07-19 | Fixes #8385: update carousel captions | Mark Otto | 1 | -3/+8 | |
| * No longer hidden by default--up to users to figure that part out with longer content * Cleaned up styles and spacing | |||||
| 2013-07-18 | add comments to gloss Unicode codepoint hex | Chris Rebert | 1 | -2/+2 | |
| 2013-07-18 | change characters | Mark Otto | 1 | -3/+5 | |
