aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-12-15finalize blog templateMark Otto3-4/+16
2013-12-15Restyle the blockquote to not thin text or change line-heightMark Otto3-5/+1
2013-12-15Merge branch 'master' into cover_templateMark Otto33-662/+1129
2013-12-15Change variableMark Otto2-13/+13
2013-12-15Merge branch 'master' of github.com:twbs/bootstrapMark Otto2-2/+2
2013-12-15Fixes #11829: Adds .make-xs-column mixinsMark Otto1-0/+15
2013-12-15Merge pull request #11861 from freeman/masterMark Otto2-2/+2
Issue #11852 : create a new variable for the list group active item link...
2013-12-15Fixes #11871: commas lastMark Otto1-48/+48
2013-12-15comments and spacingMark Otto1-17/+3
2013-12-15Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-2/+2
2013-12-15Fixes #11801: use correct variables for grid containersMark Otto1-2/+2
2013-12-15Merge pull request #11879 from ZDroid/wrong-variableMark Otto1-2/+2
Fix wrong variable name
2013-12-15Fix wrong variable nameZlatan Vasović1-2/+2
2013-12-14Fixes #11588: Scope font-size to only p elements in a .jumbotron and remove ↵Mark Otto3-11/+7
the supersized line-height from the base class
2013-12-14Fixes #11555: Add `@tooltip-opacity` variableMark Otto2-1/+2
2013-12-14Fixes #11572: Add contextual background-color classes to match text classes; ↵Mark Otto6-38/+131
move both sets of classes to Helper Classes section of the CSS docs
2013-12-14change class nameMark Otto2-7/+7
2013-12-14Merge branch 'master' of github.com:twbs/bootstrapMark Otto2-9/+25
2013-12-14Fixes #11561: Add float: left; to .form-control within input groups to ↵Mark Otto3-1/+7
prevent IE9 from screwing up placeholder text and select menu arrows
2013-12-14Merge pull request #11864 from twbs/parallelize-buildChris Rebert2-9/+25
parallelize Travis using build matrix & test subsuites
2013-12-14correct bookmark prefixMark Otto1-16/+16
2013-12-14document #11326Mark Otto1-0/+33
2013-12-14parallelize Travis using build matrix & test subsuitesChris Rebert2-9/+25
2013-12-14Merge pull request #11326 from ZDroid/animationsMark Otto1-0/+24
Add `.animation-*()` mixins
2013-12-14Merge pull request #10704 from XhmikosR/variousMark Otto2-2/+0
rm unused vars
2013-12-14Merge branch 'master' into pr/11435Mark Otto113-4769/+5444
Conflicts: dist/css/bootstrap.css dist/css/bootstrap.min.css
2013-12-14Merge branch 'master' into pr/11302Mark Otto121-4397/+5584
Conflicts: dist/css/bootstrap.css dist/css/bootstrap.min.css
2013-12-14Document new modal sizesMark Otto2-3/+65
2013-12-14Merge branch 'master' into pr/11162Mark Otto129-4610/+5883
Conflicts: less/modals.less
2013-12-14Merge branch 'master' into pr/11107Mark Otto131-4045/+6023
Conflicts: docs-assets/js/raw-files.js
2013-12-14Merge pull request #11286 from BBosman/well-borderMark Otto3-1/+4
Add well-border variable
2013-12-14Fixes #10921: Add support for input groups within button toolbarsMark Otto3-13/+15
* Floats any `.input-group` within a toolbar * Simplifies the CSS to remove sibling selectors and instead use a negative amrgin on the parent with only `margin-left` See it in action: http://jsbin.com/aGEcUqAT/1/.
2013-12-14mention lack of support for split button dropdowns in vertical button groupsMark Otto1-1/+1
2013-12-14Merge branch 'master' into pr/10951Mark Otto141-4949/+7218
Conflicts: dist/css/bootstrap.min.css less/modals.less
2013-12-14Fixes #10505: Document more of LESS vars and mixinsMark Otto3-0/+497
2013-12-14Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-1/+1
2013-12-14Fixes #10370: Improved and deprecated dropdown menu alignment optionsMark Otto5-16/+46
* Removes an old pair of selectors that didn’t properly target the right-aligned navbar alignment of dropdown menus. * Deprecates the `.pull-right` alignment in favor of a more specific and unique class name. * Adds `.dropdown-menu-right` as the new alignment class. This is then mixin-ed into the `.navbar-right.navbar-nav` dropdown menus for auto-alignment. * To override that auto-alignment, use `.dropdown-menu-left` as needed.
2013-12-14Merge pull request #11878 from ZDroid/patch-1Chris Rebert1-1/+1
Add `try` and `catch` to keywords
2013-12-14Add `try` and `catch` to keywordsZlatan Vasović1-1/+1
2013-12-14Fixes #11867: Add `@panel-body-padding` variableMark Otto2-2/+4
2013-12-14Merge branch 'master' into pr/11868Mark Otto7-5/+113
Conflicts: dist/css/bootstrap.min.css
2013-12-13Fixes #10495: Float Glyphicon and set margins in .navbar-brand to ensure ↵Mark Otto3-1/+13
there is no added height because wtf even is CSS
2013-12-13Merge pull request #11869 from twbs/cache-node_modulesChris Rebert3-3/+99
use S3-based node_modules caching
2013-12-13time all the thingsChris Rebert1-5/+5
2013-12-13use S3-based node_modules cachingChris Rebert3-1/+97
2013-12-13Merge pull request #11874 from ZDroid/hotfixChris Rebert1-1/+1
';' isn't needed
2013-12-13';' isn't neededZlatan Vasović1-1/+1
2013-12-13add dist files.Tobias Lindig2-4/+3
2013-12-13use @zindex-modal for .modal and @zindex-modal-background for .modal-backdrop.Tobias Lindig1-3/+2
removed z-index for .modal-dialog, it was not necessary because the parent element (.modal) already has a z-index.
2013-12-12-ms-transform is for IE9 only, IE10+ don't require itMark Otto1-6/+6