aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-02-26Merge pull request #12829 from ZDroid/no-bs-keywordChris Rebert1-1/+0
Remove bootstrap keyword from package.json
2014-02-26Added the very useful .animation-fill-mode() mixinLipis1-0/+4
I think that's the only animation property that was missing and it's quite useful. https://developer.mozilla.org/en-US/docs/Web/CSS/animation-fill-mode
2014-02-26Remove bootstrap keywordZlatan Vasović1-1/+0
2014-02-25update boto & s3_cache.pyChris Rebert2-2/+2
2014-02-25grunt build-customizer-htmlChris Rebert1-1/+1
2014-02-26Run grunt dist.XhmikosR2-2/+2
2014-02-25update shrinkwrapChris Rebert1-1/+1
2014-02-25add Grunt task for css-flip-ing & add RTL to Gruntfile configsChris Rebert10-21629/+601
2014-02-25update GitHub issue link in commentChris Rebert1-1/+1
2014-02-24Use CSS Flip to generate RTL variationMark Otto6-0/+29072
2014-02-24grunt distMark Otto4-4/+4
2014-02-24Merge pull request #12837 from twbs/grid-docsMark Otto1-1/+1
move grid classes cascade explanation into main grid docs section
2014-02-24move grid classes cascade explanation into main grid docs sectionChris Rebert1-1/+1
2014-02-24fix #12836Chris Rebert1-1/+1
Thanks @Quy.
2014-02-24Merge pull request #12834 from twbs/sauce-chrome-nameChris Rebert1-3/+3
switch browserName from "googlechrome" to "chrome"
2014-02-24switch browserName from "googlechrome" to "chrome" per @Jonahss in #12647Chris Rebert1-3/+3
2014-02-23Update grunt-contrib-connect.XhmikosR2-2/+2
2014-02-22Fixes #12822: Scope panel collapse styles to immediate panel bodies onlyMark Otto8-20/+20
2014-02-22Fixes #12808: Correct grid column values listed in Grid OptionsMark Otto1-3/+3
2014-02-22Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-2/+0
2014-02-22Fixes #12801: Add padding to the bottom of .form-control-static to match ↵Mark Otto6-4/+6
height of standard form controls
2014-02-22Merge pull request #12818 from hebbet/patch-1Chris Rebert1-2/+0
Remove second tbody from Supported browsers
2014-02-22Remove second tbody from Supported browsershebbet1-2/+0
Removed the second tbody from "Internet Explorer 8 and 9" Table
2014-02-22Update modals to use more consistent padding—modal body and footer now ↵Mark Otto7-8/+8
match modal header
2014-02-22Merge branch 'master' into pr/12813Mark Otto7-11/+18
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-02-22Fixes #12756: Ensure horizontal dls are cleared by moving the clearfix out ↵Mark Otto7-11/+18
of the media query
2014-02-21Correctly set .btn-link colors in a .navbar and .navbar-inverse #12694Supergibbs9-8/+62
2014-02-21updated qunit test reporting so sauce labs can report failing testsjonahss1-2/+26
2014-02-21replace .visible-{size} with .visible-{size}-{display} ; fixes #8869Chris Rebert5-45/+278
2014-02-21gruntMark Otto10-11/+10
2014-02-21Merge pull request #12459 from rubenstolk/hotfix/mixins/scaleMark Otto1-14/+28
Make both .scale(X) and .scale(X, Y) both work
2014-02-21Merge pull request #12742 from ZDroid/table-responsive-mixinMark Otto1-2/+2
Make .table-responsive usable as mixin
2014-02-21Merge pull request #12803 from PHLAK/masterMark Otto1-1/+0
Removed unnecessary top margin from .modal-footer
2014-02-21Merge pull request #12809 from Borkason/patch-1Mark Otto1-1/+1
Clarify the use of .has-feedback
2014-02-21Merge pull request #12761 from hnrch02/no-event-aliasesMark Otto3-16/+16
Remove event aliases from JavaScript
2014-02-21Fixes #12735: Fix sidebar hover state in Dashboard exampleMark Otto1-1/+3
2014-02-21Fixes #12810: Document .container-fluid in the CSS overview docsMark Otto1-2/+8
2014-02-21Fixes #12744: Document ability to remove animation on modalsMark Otto2-0/+8
2014-02-21Clarify the use of .has-feedbackDaniel Niccoli1-1/+1
2014-02-20Removed unnecessary top margin from .modal-footerChris Kankiewicz1-1/+0
2014-02-19Merge pull request #12792 from twbs/translation-docsChris Rebert1-1/+2
change translation docs in light of #11342 & its many dupes
2014-02-19Fix UAs required message position on grouped radio buttonsDemian Ferreiro1-1/+3
Instead of not rendering the element at all with display:none, use opacity:0 and z-index:-1 so the radio element has a defined position on the document and user agents can show the required message in the right place.
2014-02-19change translation docs in light of #11342 & its many dupesChris Rebert1-1/+2
2014-02-18Merge pull request #12058 from ZDroid/utiXhmikosR4-45/+45
Remove semicolons from JS tests
2014-02-18Merge pull request #12772 from ZDroid/tests-indexChris Rebert1-6/+5
Improve `js/tests/index.html`
2014-02-18Improve `js/tests/index.html`Zlatan Vasović1-6/+5
- Improve comments. - Remove `transition.js` script load as `transition.js` unit test doesn't exist.
2014-02-18Merge pull request #12760 from ZDroid/grunt-jshintrcChris Rebert1-3/+2
Improve grunt/.jshintrc
2014-02-18Update grunt-contrib-cssmin.XhmikosR3-3/+3
2014-02-17Remove semicolons from JS testsZlatan Vasović4-45/+45
2014-02-16Merge pull request #12749 from twbs/pointer-events-noteMark Otto1-4/+4
Document caveats of `pointer-events: none` usage in btn.disabled