| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-03-28 | fixes #13216 | David Scherer | 1 | -2/+2 | |
| change `@zindex-popover` and `@zindex-tooltip` values to be greater than those set for `@zindex-modal` allowing tooltips and popovers to be displayed in front of modals (and all other content). | |||||
| 2014-03-28 | Merge pull request #13047 from twbs/fix-customizer | Chris Rebert | 6 | -16/+34 | |
| Fix customizer (see #13043) | |||||
| 2014-03-28 | grunt update-shrinkwrap build-customizer dist | Chris Rebert | 3 | -4/+4 | |
| 2014-03-28 | enhance customizer to handle transitive Less @import-s | Chris Rebert | 1 | -5/+16 | |
| 2014-03-28 | rename generateCustomCSS to generateCustomLess for accuracy | Chris Rebert | 1 | -2/+2 | |
| 2014-03-28 | use glob instead of fs.readdirSync since /less now has subdirs | Chris Rebert | 2 | -5/+12 | |
| 2014-03-28 | Merge pull request #13205 from twbs/fix-9951 | Chris Rebert | 5 | -16/+31 | |
| Add Gist & Customizer URLs to customized files & config.json | |||||
| 2014-03-28 | grunt dist | Chris Rebert | 3 | -4/+4 | |
| 2014-03-28 | Add Gist & Customizer URLs to customized files & config.json | Chris Rebert | 2 | -12/+27 | |
| Fixes #9951 Fixes #12865 | |||||
| 2014-03-28 | Fix HTML errors | Julian Thilo | 2 | -11/+11 | |
| 2014-03-28 | Fix tooltip viewport example | Julian Thilo | 3 | -62/+61 | |
| - Move example to correct location docs/examples/ - Move custom JS and CSS into stand-alone files - Update headers and footers - Copy-editing | |||||
| 2014-03-28 | Merge pull request #13194 from twbs/normalize.css-3.0.1 | XhmikosR | 12 | -31/+33 | |
| Update normalize.css to v3.0.1 | |||||
| 2014-03-27 | Revert upgrade to Universal Analytics | Julian Thilo | 5 | -13/+15 | |
| The Google Analytics account we use cannot currently be upgraded to Universal Analytics. In order to keep using Analytics, we have to stick with Classic for now. | |||||
| 2014-03-27 | Add equal-height grid columns as an experimental example. | Chris Rebert | 3 | -0/+168 | |
| Based on @pete-otaqui's work from #11851 | |||||
| 2014-03-27 | Change GA events to Universal Analytics | Julian Thilo | 4 | -7/+7 | |
| 2014-03-27 | Add TOC entry for "Third-party libraries" callout section to JS docs | Chris Rebert | 1 | -0/+1 | |
| 2014-03-27 | Gruntfile.js: Remove default `report` option. | XhmikosR | 1 | -8/+3 | |
| 2014-03-27 | Merge pull request #13195 from budnik/patch-1 | Julian Thilo | 1 | -1/+1 | |
| fix doc typo | |||||
| 2014-03-27 | fix doc typo | Дмитро Будник | 1 | -1/+1 | |
| one can find correct name of variable just few lines below the typo | |||||
| 2014-03-27 | Run `grunt`. | XhmikosR | 11 | -12/+12 | |
| 2014-03-27 | Update normalize.css to v3.0.1 | XhmikosR | 1 | -19/+21 | |
| 2014-03-27 | Docs: switch to the Universal Analytics code. | XhmikosR | 1 | -8/+6 | |
| 2014-03-26 | Fixed nested tab elements li activation | Ashley Dawson | 1 | -1/+1 | |
| Added closest li instead of direct parent so that you can nest multiple elements within tabs, such as button groups | |||||
| 2014-03-26 | doc that popover content() is given the element as an arg; fix #13175 | Chris Rebert | 1 | -1/+4 | |
| 2014-03-26 | Merge pull request #13184 from twbs/fix-13088 | Chris Rebert | 2 | -18/+41 | |
| document `template` option of tooltip & popover | |||||
| 2014-03-26 | Document `template` option of tooltip & popover; fixes #13088 | Chris Rebert | 2 | -18/+41 | |
| Also capitalize column titles and descriptions. | |||||
| 2014-03-25 | Document #13186 | Mark Otto | 1 | -1/+23 | |
| 2014-03-25 | Merge pull request #13178 from twbs/jekyll-1.5.0 | XhmikosR | 2 | -3/+2 | |
| Update to Jekyll 1.5.0 | |||||
| 2014-03-25 | Update Jekyll to 1.5.0. | XhmikosR | 2 | -3/+2 | |
| The 1.4.3 Windows bug is fixed, plus the encoding workaround isn't needed anymore. | |||||
| 2014-03-24 | cleanup svg | Mark Otto | 3 | -104/+30 | |
| 2014-03-24 | fixes #13026: Document more Bootstrap components in the Theme and RTL examples | Mark Otto | 2 | -0/+524 | |
| 2014-03-24 | grunt | Mark Otto | 1 | -1/+1 | |
| 2014-03-24 | Fixes #13066: Add z-index to the form control feedback icons so input groups ↵ | Mark Otto | 9 | -6/+9 | |
| don't render on top of them | |||||
| 2014-03-24 | Fixes #13037: add text-align: left; to prevent alignment change in dropdowns | Mark Otto | 10 | -7/+10 | |
| 2014-03-24 | grunt | Mark Otto | 12 | -11/+21 | |
| 2014-03-24 | Merge pull request #13013 from ogonkov/patch-1 | Mark Otto | 1 | -0/+1 | |
| Support for hovering on cell's with some state | |||||
| 2014-03-24 | expand issue # ref to full URL | Chris Rebert | 1 | -1/+1 | |
| 2014-03-24 | Merge pull request #13165 from stefanneculai/master | Jacob | 2 | -1/+30 | |
| Fix popover when using append | |||||
| 2014-03-24 | grunt | Mark Otto | 1 | -1/+1 | |
| 2014-03-24 | Merge pull request #13173 from twbs/fat-9461 | Jacob | 6 | -6/+34 | |
| fixes #9461 - Make carousel ignore non-items in carousel-inner | |||||
| 2014-03-24 | grunt | Mark Otto | 4 | -5/+5 | |
| 2014-03-24 | Merge branch 'master' into fat-9461 | Mark Otto | 73 | -436/+818 | |
| 2014-03-24 | Fixes #13141: Add a max-width: 100%; to label elements so IE8 wraps text | Mark Otto | 10 | -7/+10 | |
| 2014-03-24 | fixes #9461 - Make carousel ignore non-items in carousel-inner | fat | 2 | -1/+29 | |
| 2014-03-24 | Fixes #13158: add link to nonresponsive docs in the example | Mark Otto | 1 | -1/+1 | |
| 2014-03-24 | grunt | Mark Otto | 2 | -3/+3 | |
| 2014-03-24 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 14 | -21/+16 | |
| 2014-03-24 | Fixes #13079: Scope .open class in button variant mixin to immediate children | Mark Otto | 13 | -74/+98 | |
| 2014-03-24 | Merge pull request #13167 from ZDroid/underscore | Chris Rebert | 14 | -21/+16 | |
| Fix #13138: use underscore prefix to ignore directories | |||||
| 2014-03-24 | Merge pull request #13168 from ZDroid/homep | Chris Rebert | 1 | -0/+1 | |
| Add `homepage` Bower property | |||||
