aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-03-06gruntMark Otto9-14/+14
2014-03-06Merge pull request #12924 from ahmadnassri/transition-timing-function-mixinMark Otto1-0/+4
.transition-timing-function() Mixin
2014-03-06Merge pull request #12943 from twbs/browser-bugsChris Rebert2-0/+114
add Wall of Browser Bugs docs page
2014-03-06add link from Getting Started page to Wall of Browser Bugs pageChris Rebert1-0/+1
2014-03-06add docs page listing relevant outstanding browser bugsChris Rebert1-0/+113
2014-03-06Merge pull request #12948 from twbs/js-quote-attr-valsChris Rebert2-5/+5
use quotes around all element attribute values in JS
2014-03-06Merge pull request #12950 from twbs/jscs-null-trickChris Rebert2-0/+2
re-enable requireCamelCaseOrUpperCaseIdentifiers in JSCS
2014-03-06re-enable requireCamelCaseOrUpperCaseIdentifiers in JSCS & use `null` to ↵Chris Rebert2-0/+2
override it for Gruntfile
2014-03-06Merge pull request #12949 from twbs/use-our-grunt-pluginChris Rebert5-32/+4
switch to grunt-css-flip for RTL CSS generation
2014-03-06Disable requireCamelCaseOrUpperCaseIdentifiers JSCS option completely, for nowChris Rebert1-1/+0
Can't disable it just for the Gruntfile due to https://github.com/mdevils/node-jscs/issues/287
2014-03-06switch to grunt-css-flip for RTL CSS generationChris Rebert4-31/+4
2014-03-06use quotes around all element attr vals in JS; fixes #12946Chris Rebert2-5/+5
2014-03-05fix #12936Chris Rebert1-1/+1
2014-03-05Merge pull request #12926 from ZDroid/update-depsXhmikosR2-2/+2
[email protected]
2014-03-05Run `grunt update-shrinkwrap`Zlatan Vasović1-1/+1
2014-03-05[email protected]Zlatan Vasović1-1/+1
2014-03-05.transition-timing-function MixinAhmad Nassri1-0/+4
added .transition-timing-function(@timing-function) mixin, defaults to @timing-function.
2014-03-05Merge pull request #12853 from twbs/jscsXhmikosR6-37/+39
Switch to JSCS
2014-03-04Fixes #12901: Refactors list group active state for use on non-anchorsMark Otto9-24/+26
2014-03-04navMark Otto1-0/+1
2014-03-04Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-1/+1
2014-03-04Fixes #12848: Account for and document progress bars at 0-3%Mark Otto10-6/+74
2014-03-04use full version number in deprecation noteChris Rebert1-1/+1
2014-03-04clarify deprecation /cc @cvrebertMark Otto1-1/+1
2014-03-04Fixes #12697: Document readonly inputsMark Otto2-1/+14
2014-03-04docs for #12873Mark Otto1-2/+2
2014-03-04grunt after merging #12917Mark Otto5-25/+25
2014-03-04Merge pull request #12917 from 5im0n/masterMark Otto1-2/+2
Update dont' working csscomb properties
2014-03-04Grunt after merging #12863Mark Otto12-26/+26
2014-03-04Merge pull request #12863 from Sojaner/masterMark Otto1-2/+12
Fix for issue #12854 on push and pull resets
2014-03-04gruntMark Otto1-1/+1
2014-03-04Fixes #12868: Enables icon feedback on validation states for large/small inputs.Mark Otto12-1462/+1493
Also reorders the CSS to place Glyhpicons as a dependency before other components for fewer overrides and less specific CSS.
2014-03-04Fixes #12913: Remove scoped media queries from custom xs grid mixinsMark Otto1-9/+3
2014-03-04Fixes #12914: Darken immediate children hr elements in jumbotronsMark Otto9-6/+17
2014-03-04Fixes #12916: Don't let .lead resize on viewport changeMark Otto1-0/+5
2014-03-04add svg logos to brand guidelinesMark Otto6-1/+148
2014-03-04Merge pull request #12897 from avindra/patch-1Mark Otto1-0/+7
Fix for stray 1px line under top navigation in Dashboard example
2014-03-04Merge pull request #12840 from twbs/rtl_via_css_flipMark Otto11-2/+7668
Add RTL via CSS Flip
2014-03-04Update csscomb properties. 'colon-spac'e and 'stick-brace' don't take ↵Simon1-2/+2
boolean values.
2014-03-04Merge branch 'master' into rtl_via_css_flipMark Otto7-6/+16
Conflicts: docs/assets/js/raw-files.min.js
2014-03-04gruntMark Otto5-5/+13
2014-03-04Merge pull request #12745 from ronnyhaase/panel-varsMark Otto2-2/+4
Defined and use variables for .panel-heading & .panel-footer padding
2014-03-03fix navMark Otto1-1/+0
2014-03-03Rename RTL files and add some basic docsMark Otto6-5/+38
2014-03-03Simplify gruntfile more to remove theme RTLMark Otto2-6/+3
2014-03-03gruntMark Otto2-3/+3
2014-03-03Don't RTL the theme file--no needMark Otto7-419/+12
2014-03-03Merge branch 'rtl_via_css_flip' of github.com:twbs/bootstrap into ↵Mark Otto11-21630/+602
rtl_via_css_flip Conflicts: Gruntfile.js package.json test-infra/npm-shrinkwrap.canonical.json
2014-03-03Merge branch 'master' into rtl_via_css_flipMark Otto33-123/+237
2014-03-03Fixes #12593: Add support for table bodies and table rows to the collapse pluginMark Otto6-7/+15