aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-07-26Upate IDs on components pageMark Otto1-35/+34
2013-07-26Update IDs on css pageMark Otto1-20/+20
2013-07-26Update IDs on getting started pageMark Otto1-12/+12
2013-07-26Better spacing of le docs sectionsMark Otto1-5/+4
2013-07-26Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto3-36/+53
2013-07-26update docs nav targetsfat3-36/+53
2013-07-26Tweak getting started sectionMark Otto1-9/+6
2013-07-26More vars workMark Otto4-6/+18
2013-07-26Use some vars for key urls for easier updatingMark Otto6-20/+23
2013-07-26more space in sidenavMark Otto1-2/+2
2013-07-26Merge pull request #8631 from jamescostian/patch-1Mark Otto1-1/+1
Fix ID of buttons section on javascript page
2013-07-26Fix ID of buttons section on javascript pageJames Costian1-1/+1
The old ID caused the link on affix to not work.
2013-07-26Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto1-1/+1
2013-07-26Fixes #8293: sub nav links in JS docsMark Otto2-31/+91
2013-07-26Simpler horizontal form button placementMark Otto1-4/+0
2013-07-26Ignore less dir in JekyllMark Otto1-1/+1
2013-07-26Update inline and horizontal formsMark Otto4-17/+49
* No more need for `.row.form-group`--only need `.form-group` * Change tag selectors for inline form to use `.form-control` * Docs improved to explain what's happening
2013-07-26Use `.form-control` in input sizing CSSMark Otto4-52/+8
2013-07-26Tweak side nav stylesMark Otto1-7/+7
2013-07-26Merge pull request #8630 from caouecs/patch-1Chris Rebert1-1/+1
Fix example of textarea in css.html
2013-07-26Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto1-1/+1
2013-07-26grunt on previous commitsMark Otto2-5/+1
2013-07-26README: update stray "2.3.2" to "2.3.3"Chris Rebert1-1/+1
2013-07-27Example of textareaFred Delrieu1-1/+1
2013-07-26Merge branch 'patch-3' of https://github.com/jholl/bootstrap into jholl-patch-3Mark Otto2-9/+4
Conflicts: css.html
2013-07-26Fixes #8605: use `.form-control` in `.input-group` instead of HTML tagsMark Otto3-12/+10
2013-07-26more readme clarity and reorg--think this makes more sense nowMark Otto1-3/+3
2013-07-26Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto1-1/+1
2013-07-26more readme loveMark Otto1-9/+9
2013-07-26tweak terminology to be pedantically correct & add linkChris Rebert1-1/+1
2013-07-26update 2.3.x version mention and link in readmeMark Otto1-1/+1
2013-07-26update readme per comments in prMark Otto1-1/+2
2013-07-26Merge branch '3.0.0-wip' of https://github.com/jojohess/bootstrap into ↵Mark Otto1-3/+3
jojohess-3.0.0-wip
2013-07-26Make customize layout match default layoutMark Otto1-3/+3
2013-07-26More customizer changes, and revert to placeholder layoutMark Otto2-264/+282
2013-07-26Fix broken indentationMark Otto1-1362/+1362
Not sure when or how this happened, but I just noticed it—4 spaces were used instead of 2.
2013-07-26Vars updateMark Otto4-24/+25
* Drop progress bar text-shadow * Reorganize popover and tooltip vars and fix complier error due to missing `;` * Run `grunt`
2013-07-26Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into ↵Mark Otto9-1272/+1392
saas786-3.0.0-wip
2013-07-26Merge pull request #8619 from jholl/patch-2Mark Otto1-3/+3
align dropdown menu with .pull-right for .input-group-btn when btn on ri...
2013-07-26Merge pull request #8624 from jholl/patch-2Mark Otto1-2/+2
Update typo css.html move double class .form-control from label in examp...
2013-07-26Merge pull request #8625 from liuyl/fixbtnbgMark Otto3-5/+1
Fix #8623
2013-07-26Merge pull request #8626 from cowboy/3.0.0-wipChris Rebert1-1/+1
It's Grunt, not GruntJS :)
2013-07-26It's Grunt, not GruntJS :)Ben Alman1-1/+1
2013-07-26fix background of btn-linkYulong Liu3-3/+1
2013-07-26remove background:noneYulong Liu3-3/+1
2013-07-26Update typo css.html move double class .form-control from label in example ↵James Holland1-2/+2
mark up to input missed the double class in label in recent commit #8621
2013-07-26Update forms.less to remove .form-horizontal .row + .rowJames Holland1-6/+1
use .form-group to apply consistent vertical spacing on form rows
2013-07-26Update css.html in .form-horizontalJames Holland1-4/+4
to use .row.form-group for horizontal spacing instead of .form-horizontal .row + .row
2013-07-26move things around :)syed9-1272/+1392
Moved pager, pagination, popovers, tooltip, progress bars & type properties to variables.less
2013-07-26align dropdown menu with .pull-right for .input-group-btn when btn on right ↵James Holland1-3/+3
of input