aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-04-03doc how to change the collapsed mobile navbar breakpoint; fixes #13126Chris Rebert1-0/+4
2014-04-03Travis: introduce $GEMDIR env varChris Rebert1-3/+4
2014-04-03grammarChris Rebert1-1/+1
2014-04-03add timing logic+output to s3_cache.pyChris Rebert2-8/+23
2014-04-03Run `grunt`.XhmikosR10-21/+16
2014-04-03Fix the new JSHint warnings.XhmikosR1-9/+4
2014-04-03Update dependencies.XhmikosR1-2/+2
2014-04-02Merge pull request #13217 from thedavidscherer/fix-13216Mark Otto1-2/+2
fixes #13216
2014-04-02document that you have to add .active yourself on prechecked btn-ized ↵Chris Rebert1-8/+16
checkboxes+radios; fixes #12651
2014-04-01help avoid misuse of Carousel's .active when copy-pasting from examples; fix ↵Chris Rebert1-1/+7
#13252
2014-04-01re-deprecate @screen-xs-min per #12913Chris Rebert1-0/+1
By definition, XS screens have no minimum size, only a maximum size. (Symmetrically, LG screens have no maximum size, hence why there's no @screen-lg-max.)
2014-04-01Run `grunt`.XhmikosR3-6/+6
2014-04-01Update "grunt-contrib-concat" dependency.XhmikosR1-1/+1
2014-03-31Merge pull request #13241 from twbs/address-13240Mark Otto1-0/+4
explicitly doc that icon classes should only be used on empty elements
2014-03-31explicitly doc that icon classes should only be used on empty elements; ↵Chris Rebert1-0/+4
closes #13240
2014-03-31Merge pull request #13249 from twbs/slid-is-not-a-typoMark Otto1-4/+4
Add comments in carousel.js to clarify that "slid" is not a typo
2014-03-31Add comments in carousel.js to clarify that "slid" is not a typoChris Rebert1-4/+4
Addresses #13248.
2014-03-31Merge pull request #13239 from twbs/doc-load-in-exampleChris Rebert1-5/+7
add document ready jQuery wrapper in Android Browser workaround
2014-03-31Fix carousel control margin asymmetryNikolay Shebanov1-2/+11
2014-03-31add document ready jQuery wrapper in Android Browser workaroundChris Rebert1-5/+7
2014-03-30Sauce tests: update iOS to v7.1Chris Rebert1-1/+1
2014-03-30bump patch versions of 3 grunt tasksChris Rebert2-4/+4
2014-03-30bump grunt-saucelabs to v5.1.1Chris Rebert2-2/+2
2014-03-28Modal body shift fix for IE10/11Tyler Cipriani4-20/+30
Closes #13103 by merging it.
2014-03-28Merge pull request #13190 from twbs/fix-13175Chris Rebert1-1/+4
doc that popover content() is given the element as an arg
2014-03-28fixes #13216David Scherer1-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-28Merge pull request #13047 from twbs/fix-customizerChris Rebert6-16/+34
Fix customizer (see #13043)
2014-03-28grunt update-shrinkwrap build-customizer distChris Rebert3-4/+4
2014-03-28enhance customizer to handle transitive Less @import-sChris Rebert1-5/+16
2014-03-28rename generateCustomCSS to generateCustomLess for accuracyChris Rebert1-2/+2
2014-03-28use glob instead of fs.readdirSync since /less now has subdirsChris Rebert2-5/+12
2014-03-28Merge pull request #13205 from twbs/fix-9951Chris Rebert5-16/+31
Add Gist & Customizer URLs to customized files & config.json
2014-03-28grunt distChris Rebert3-4/+4
2014-03-28Add Gist & Customizer URLs to customized files & config.jsonChris Rebert2-12/+27
Fixes #9951 Fixes #12865
2014-03-28Fix HTML errorsJulian Thilo2-11/+11
2014-03-28Fix tooltip viewport exampleJulian Thilo3-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-28Merge pull request #13194 from twbs/normalize.css-3.0.1XhmikosR12-31/+33
Update normalize.css to v3.0.1
2014-03-27Revert upgrade to Universal AnalyticsJulian Thilo5-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-27Add equal-height grid columns as an experimental example.Chris Rebert3-0/+168
Based on @pete-otaqui's work from #11851
2014-03-27Change GA events to Universal AnalyticsJulian Thilo4-7/+7
2014-03-27Add TOC entry for "Third-party libraries" callout section to JS docsChris Rebert1-0/+1
2014-03-27Gruntfile.js: Remove default `report` option.XhmikosR1-8/+3
2014-03-27Merge pull request #13195 from budnik/patch-1Julian Thilo1-1/+1
fix doc typo
2014-03-27fix doc typoДмитро Будник1-1/+1
one can find correct name of variable just few lines below the typo
2014-03-27Run `grunt`.XhmikosR11-12/+12
2014-03-27Update normalize.css to v3.0.1XhmikosR1-19/+21
2014-03-27Docs: switch to the Universal Analytics code.XhmikosR1-8/+6
2014-03-26Fixed nested tab elements li activationAshley Dawson1-1/+1
Added closest li instead of direct parent so that you can nest multiple elements within tabs, such as button groups
2014-03-26doc that popover content() is given the element as an arg; fix #13175Chris Rebert1-1/+4
2014-03-26Merge pull request #13184 from twbs/fix-13088Chris Rebert2-18/+41
document `template` option of tooltip & popover