aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2013-05-04correct right nav in navbar examplesMark Otto3-7/+7
2013-05-04Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto1-0/+3
2013-05-04Fixes #7783: nuke bottom margin on fixed-bottom-navbarMark Otto1-0/+1
2013-05-03Merge pull request #7621 from jeremydenoun/patch-1Mark Otto1-0/+3
Fix flickering on progress bar width update
2013-05-03Fixes #7511: add support for nested button groups so you can use dropdowns ↵Mark Otto2-0/+41
in your button groups
2013-05-03Fixes #7721: change @navbar-text to @navbar-color, along with inverse optionsMark Otto1-1/+1
2013-05-03recompile after last justified nav tweaksMark Otto1-0/+6
2013-05-03Update justified nav CSS for proper selectorsMark Otto1-5/+4
2013-05-03Merge pull request #7670 from DarDar/3.0.0-wipMark Otto1-8/+8
Use @font-size-... variables instead of hardcoded font-size in px
2013-05-03Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto2-10/+4
2013-05-03Scope .table-bordered styles to immediate children onlyMark Otto1-39/+39
2013-05-03remove .fade from static modal example, but include in code snippetMark Otto1-1/+1
2013-05-03Merge pull request #7769 from holic/3.0.0-sticky-footerMark Otto2-10/+4
Use padding instead of #push with box-sizing: border-box
2013-05-03Merge branch 'bs3_cdn_docs_mention' into 3.0.0-wipMark Otto2-22/+45
Conflicts: docs/docs.html
2013-05-03Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto2-5/+5
2013-05-03Add cursor: pointer; to .checkbox and .radio and their inline counterpartsMark Otto1-0/+2
2013-05-03Merge pull request #7762 from sethlilly/3.0.0-wipMark Otto1-1/+1
Corrected typo in carousel.html
2013-05-03run make on previous commitsMark Otto1-60/+15
2013-05-02More navbar CSS and docs cleanupMark Otto2-9/+37
* Rearrange sections * Add code snippets for text and links in navbars * Add .navbar-link back in * Add mention of .navbar-text, but it still needs to be re-implemented * Update nav to reflect new order
2013-05-02Improve buttons in navbarsMark Otto2-5/+14
* Add top margin, calculated by subtracting height of an input from height of a navbar, and dividing by two * Uses the same method as .navbar-form * To use, add .navbar-btn to any button outside a form element * Also add section to docs detailing buttons in navbars, and add more ids for the other unlinked and unmentioned sections in the side nav
2013-05-02Cleanup .navbar-form stylesMark Otto1-0/+32
* Nuke the commented out navbar forms code that's not currently needed * Add a few more examples to the .navbar-form docs section * Remove (for now at least) top padding on checkbox and radios
2013-05-02add customizer link to docs homepageMark Otto1-0/+3
2013-05-03Fix input border flicker in Chrome from @garoevans, closes #7689Kevin Ingersoll1-4/+4
2013-05-03Use padding instead of #push with box-sizing: border-boxKevin Ingersoll2-10/+4
2013-05-02Corrected typo in carousel.htmlSeth Lilly1-1/+1
Changed text from "First featurette headling" to "First featurette heading" in the first `h2.featurette-heading` tag.
2013-05-02Use @font-size-... variables instead of hardcoded font-size in pxDarDar1-8/+8
2013-04-30add the fade class to the default modal docsMark Otto1-2/+2
2013-04-30outdent the rows for tablets and aboveMark Otto1-0/+4
2013-04-30make that left/right padding, not top/bottom on navbarMark Otto1-2/+2
2013-04-30add back bottom margin to navbarsMark Otto1-0/+1
2013-04-30no need for zero padding on navbar top/bottom; better commentMark Otto1-1/+2
2013-04-30nuke line numbersMark Otto1-220/+220
2013-04-28Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto6-26/+26
2013-04-28single colon pseudo element for ie8Mark Otto1-1/+1
2013-04-28Merge pull request #7718 from burnsra/3.0.0-wip-breadcrumbsMark Otto1-1/+1
Cleanup breadcrumb divider last item
2013-04-28Update examples after grid changesRobert Burns5-25/+25
2013-04-28Cleanup breadcrumb divider last itemRobert Burns1-1/+1
Modify to hide both padding and leading/trailing whitespace Thanks to https://github.com/holic for suggestion
2013-04-28Merge pull request #7704 from twitter/bs3_moar_grid_changesMark Otto3-193/+190
BS3: Overhaul grid system once more
2013-04-28Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto9-13/+9
2013-04-28derp on navbar toggle and docs positionsMark Otto3-4/+16
2013-04-28Merge pull request #7713 from burnsra/3.0.0-wip-navs-overhaulMark Otto1-5/+1
Fix navbar on phone/tablet devices after navbar overhaul
2013-04-28Fix navbar on phone/tablet devices after navbar overhaulRobert Burns1-5/+1
2013-04-28Update examples after overhaul of navbar navsRobert Burns8-8/+8
2013-04-27Overhaul navbar navsMark Otto3-118/+57
* Switch from to to eliminate an element in selectors * Drop .navbar-divider entirely
2013-04-27Add maximum bounds variables for so our responsive utilities don't overlapMark Otto1-1/+1
2013-04-27Adding media queries breakpoints variablesKevin1-2/+2
2013-04-26Back to two grid classes, .col and .col-lg-*Mark Otto3-193/+190
2013-04-26Fixes #7688: move font-weight for glyphicons to before pseudo elementMark Otto1-3/+2
2013-04-26Redo the getting started section to mention BootstrapCDNMark Otto2-20/+43
2013-04-26running makeMark Otto3-15/+25