aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-08-02Merge pull request #36 from ggam/patch-1Mark Otto1-0/+5
Included required JavaScript in navbar-static-top
2013-08-02fix typo in commentChris Rebert1-1/+1
2013-08-02fixes #8957fat3-3/+7
2013-08-02Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipfat26-278/+442
2013-08-02fixes #8955fat1-1/+1
2013-08-02Tighten up buttons and form controlsMark Otto5-19/+28
* Smaller padding on buttons and large buttons * Same with inputs and large inputs * Remove about 10px from height of large inputs/buttons and 4px from regular ones Fixes #8707 and #8700. (Also relevant: #8711)
2013-08-02Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-14/+14
2013-08-02fixes #9015: bold links not semibold in alertsMark Otto3-3/+3
2013-08-02Merge pull request #9018 from adamwoodbeck/3.0.0-wipMark Otto1-14/+14
Added ".col-sm-*" to the grid example per the description above the
2013-08-02Merge branch '3.0.0-wip-fixed-grid-push-pull-offset' of ↵Mark Otto4-82/+219
https://github.com/jtickle/fp-bootstrap into jtickle-3.0.0-wip-fixed-grid-push-pull-offset Conflicts: dist/css/bootstrap.min.css
2013-08-02Added ".col-sm-*" to the grid example per the description above theAdam Woodbeck1-14/+14
example.
2013-08-02Merge pull request #9017 from jonschlinkert/3.0.0-wipMark Otto4-27/+27
updates mixins to consistently use semicolons as argument separator.
2013-08-02Resolves https://github.com/twbs/bootstrap/issues/9014. updates mixins to ↵Jon Schlinkert4-27/+27
consistently use semicolons as argument separator. Rebuild to confirm, no diff in compiled CSS.
2013-08-02run grunt dist for #8967Mark Otto2-2/+8
2013-08-02Merge pull request #8967 from bassjobsen/patch-2Mark Otto1-1/+3
Update input-groups.less
2013-08-02Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-0/+6
2013-08-02Merge pull request #8979 from ggam/patch-6Mark Otto1-0/+6
Add dropdown class
2013-08-02Fixes #8996: shift placement of justified CSS for nav componentMark Otto3-62/+61
2013-08-02whitespace in js file?Mark Otto1-1/+1
2013-08-02Fix #9008: consolidate `.alert-block` styles into `.alert`Mark Otto5-51/+21
2013-08-02Merge pull request #9011 from Rycul/patch-1Mark Otto1-1/+1
Added short instruction for obtaining respond.js in example HTML code (see description).
2013-08-02Merge pull request #8980 from ggam/patch-7Mark Otto1-5/+5
Removed data-toggle class when it wasn't been applied
2013-08-02Added short instruction for obtaining respond.jsBryan Keiren1-1/+1
The Getting-Started page only lists the actual instructions for respond.js (its purpose and source) *after* listing a piece of example HTML code for the user to copy and paste. It would probably be more clear if that piece of HTML code actually lists where the user can obtain respond.js. Otherwise the user has to scroll down and read 1 specific line on the rest of the page (under the 'IE 8 and 9' compatibility section), in order to know that respond.js can be obtained from a GitHub page (and that it is in fact NOT part of the downloadable Bootstrap file that's provided earlier on the page, even though the use of response.js in the example HTML code seems to suggest that it *is* part of the Bootstrap download). It's a minor issue but this fix should make it just a little bit more clear to a user how the example HTML code works (lest they copy/paste it and find out the browser can't find respond.js).
2013-08-02Included required JavaScript in navbar-static-topGuillermo González de Agüero1-0/+5
2013-08-01fix typo in CSS docs; fixes #8992Chris Rebert1-1/+1
"from" => "form"
2013-08-01Removed data-toggle class when it wasn't been appliedGuillermo González de Agüero1-5/+5
2013-08-01Fix #8944Guillermo González de Agüero1-0/+6
2013-08-01Merge pull request #8965 from leonardovcid/patch-1Chris Rebert1-1/+1
Correct comment which is showing a wrong mixin call example (mixins.less)
2013-08-01Added classes for lg-pull, lg-push, lg-offset, sm-pull, sm-push, sm-offsetJeff Tickle5-83/+220
2013-08-01Update input-groups.lessBass Jobsen1-1/+3
align inline radio and checkbox groups with their label for horizontal forms, see http://stackoverflow.com/q/17990310/1596547 (Question 2)
2013-08-01Correct comment which is showing a wrong mixin call example (mixins.less)leonardovcid1-1/+1
I was copy-pasting the example and it wasn't working. Then I found that the example in the comment was a typo. Thanks
2013-07-31fixes #8892Jacob Thornton2-2/+2
2013-07-31fixes #8864Jacob Thornton3-5/+9
2013-08-01add table-layoutliuyl3-1/+3
2013-07-31add nav to media object and thumbnailsFrancis Brunelle2-6/+18
2013-07-31fixes #8937: align the dropdown menus in input groupsMark Otto3-1/+3
2013-07-31Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-2/+2
2013-07-31add the theme file derpMark Otto1-0/+55
2013-07-31start on navbarMark Otto2-1/+21
2013-07-31start with buttonsMark Otto3-3/+142
2013-07-31Run make on prev workMark Otto2-28/+28
2013-07-31Updated homepage moreMark Otto2-0/+4
2013-07-31use separate `form-group`s in horiz form example for greater generality; ↵Chris Rebert1-0/+16
fixes #8925
2013-07-31Merge pull request #8911 from codejet/patch-1Chris Rebert1-2/+2
title attr, not tag, in tooltip/popover docs
2013-07-31Update javascript.htmlOliver Schmidt1-1/+1
2013-07-31Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto3-12/+12
2013-07-31dat purple homepage--http://www.youtube.com/watch?v=k2C5TjS2sh4Mark Otto2-5/+36
2013-07-31Merge pull request #8915 from diowa/whitespaces-tabs-etcMark Otto3-12/+12
Removed trailing whitespaces and hard tabs
2013-07-31Merge pull request #8908 from bbeng89/3.0.0-wipMark Otto1-1/+1
Small fix to justified button groups docs
2013-07-31Merge pull request #8899 from englishtown/twbs-pullrequestMark Otto1-0/+1
Miss one 'div' close tag under components page