| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-04-26 | Minor Spacing fixes | Nick Schonning | 1 | -1/+3 | |
| Flagged upstream in bootstrap-sass by scss-lint | |||||
| 2014-03-31 | Fix carousel control margin asymmetry | Nikolay Shebanov | 1 | -2/+11 | |
| 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 | |
| 2013-07-06 | Carousel no longer dependent on glyphicons | Maurice Wahba | 1 | -2/+15 | |
| Used laquo/raquo for control buttons Updated docs | |||||
| 2013-07-01 | fixes #7367: slightly larger carousel indicators | Mark Otto | 1 | -6/+8 | |
| 2013-07-01 | Make more components mixin-friendly | Mark Otto | 1 | -12/+2 | |
| 2013-06-28 | Nuke hella things | Mark Otto | 1 | -1/+1 | |
| * Any mentions of .btn-mini * Old docs page that somehow found it's way back | |||||
| 2013-06-22 | Reset left padding for .carousel-indicators | Francis Brunelle | 1 | -0/+1 | |
| 2013-05-25 | Gradients refactor | Mark Otto | 1 | -2/+2 | |
| * Add start and end support to the horizontal gradient as well * Change all variables from camelCase to use-dashes * Better comments in the gradients mixins area * Update current uses of gradients in dropdowns and carousel to specify only two values by direct assignment of variables | |||||
| 2013-05-16 | Fix z-index of carousel indicators | Mark Otto | 1 | -1/+1 | |
| 2013-04-27 | Adding media queries breakpoints variables | Kevin | 1 | -2/+2 | |
| 2013-04-02 | refactor some of the carousel caption stuff to center it and tighten styles ↵ | Mark Otto | 1 | -11/+7 | |
| up; update carousel template to start to redo mobile first | |||||
| 2013-04-01 | Update carousel-caption btn styles | Robert Burns | 1 | -0/+3 | |
| 2013-02-28 | Fixes #6935: Use standard decimal points for .opacity() mixin | Mark Otto | 1 | -2/+2 | |
| 2013-02-16 | Scrach that: carousel caption is always left aligned, but still hidden for ↵ | Mark Otto | 1 | -2/+0 | |
| mobile views | |||||
| 2013-02-16 | Re-add carousel captions as optional | Mark Otto | 1 | -21/+43 | |
| * They're hidden by default in the mobile-first views because otherwise they just cover up the slides * In mobile they're centered, and then are shown left aligned at larger viewports | |||||
| 2013-02-16 | Overhaul carousel a bit more: | Mark Otto | 1 | -42/+38 | |
| * Drop custom type arrow controls for glyphicons icons instead for more consistent rendering * Remove the captions and instead let folks implement what they want in the carousel * Move the indicators to the bottom middle instead of top right * Lighten up gradients on the edges for less harsh lighting | |||||
| 2013-02-08 | Fixes #6852: add cursor pointer to carousel indicators | Mark Otto | 1 | -0/+1 | |
| 2013-02-05 | Merge branch '2.3.0-wip' into 3.0.0-wip | Mark Otto | 1 | -2/+3 | |
| Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/examples/hero.html less/buttons.less less/carousel.less less/close.less less/dropdowns.less less/labels-badges.less less/mixins.less less/navbar.less less/navs.less less/pagination.less less/responsive-navbar.less less/scaffolding.less less/sprites.less less/thumbnails.less less/type.less | |||||
| 2013-02-05 | Merge branch '2.3.0-wip' of https://github.com/patrickhlauke/bootstrap into ↵ | Mark Otto | 1 | -2/+3 | |
| patrickhlauke-2.3.0-wip Conflicts: docs/assets/css/bootstrap.css less/navbar.less | |||||
| 2013-02-04 | Merge branch '2.3.0-wip' into 3.0.0-wip | Mark Otto | 1 | -5/+6 | |
| Conflicts: docs/assets/css/bootstrap.css less/type.less | |||||
| 2013-01-31 | removes anchor tag definition. | RJ Regenold | 1 | -1/+0 | |
| 2013-01-31 | its not dyslexic being easy. | RJ Regenold | 1 | -1/+1 | |
