| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-01-08 | no preboot | wangsai | 1 | -2/+2 | |
| 2014-01-07 | Fix #12073: Consistent order of variations | Julian Thilo | 1 | -11/+11 | |
| This changes the order of component variations throughout the repo (code and docs) to be more consistent. The order now used everywhere is the one most frequently found in the repo before: Default, Primary, Success, Info, Warning, Danger | |||||
| 2014-01-05 | Delete reference to a non-existent class | Quy Ton | 1 | -1/+0 | |
| 2014-01-04 | Fix anchor links | Quy Ton | 1 | -1/+1 | |
| 2014-01-04 | Use relative URLs | Quy Ton | 1 | -4/+4 | |
| 2014-01-03 | Replace lingering page.url instance with site.baseurl | Chris Rebert | 1 | -1/+1 | |
| Refs #12083 & #12037 | |||||
| 2013-12-28 | no more page.base_url | Mark Otto | 1 | -1/+0 | |
| 2013-12-28 | Rearrange repository contents because muahahahahahaha | Mark Otto | 1 | -0/+3511 | |
| 2013-07-18 | flatten docs dir back into root | Mark Otto | 1 | -2183/+0 | |
| 2013-07-18 | copy change to css page subheading | Mark Otto | 1 | -1/+1 | |
| 2013-07-18 | Fixes #8452: adds `.active` to table classes | Mark Otto | 1 | -24/+52 | |
| 2013-07-17 | fix link to grid example | Mark Otto | 1 | -1/+1 | |
| 2013-07-17 | fix broken docs callouts | Mark Otto | 1 | -1/+1 | |
| 2013-07-17 | Merge branch '3.0.0-docs-calloutfam' of ↵ | Mark Otto | 1 | -16/+19 | |
| https://github.com/juthilo/bootstrap-wip into juthilo-3.0.0-docs-calloutfam Conflicts: docs/components.html docs/css.html docs/customize.html | |||||
| 2013-07-11 | rm .control-group from docs since it's no longer in the LESS | Chris Rebert | 1 | -6/+6 | |
| 2013-07-09 | Dustin the docs again | Julian Thilo | 1 | -7/+1 | |
| * Fix alllll the links! * Change all `*.js` in JS plugin docs (no mo `bootstrap-`) * Fully remove `tr.info` * Bring nav includes up to date | |||||
| 2013-07-05 | Remove further mentions of Glyphicons | Mark Otto | 1 | -1/+1 | |
| 2013-06-27 | add docs callout for glyphicons on homepage and CSS page | Mark Otto | 1 | -0/+14 | |
| 2013-06-27 | Merge pull request #8307 from cvrebert/8287-docs-patch | Mark Otto | 1 | -1/+5 | |
| Fix #8287 | |||||
| 2013-06-26 | Adjust info callout, add callouts to docs | Julian Thilo | 1 | -17/+20 | |
| * Adjust the background-color of bs-callout-info to match danger and warning in tone * Convert all the callouts * Change some callouts to info/warning * Add new callout | |||||
| 2013-06-25 | Fix #8287 | Chris Rebert | 1 | -1/+5 | |
| 2013-06-25 | Docs: fix 1 typo; use <code> in 1 place | Chris Rebert | 1 | -1/+1 | |
| 2013-06-25 | rm :invalid styling from docs | Chris Rebert | 1 | -15/+0 | |
| It was removed from the code in 90d4343f66d1cdafe24b6de0dbb6ae64312df323 :-/ | |||||
| 2013-06-25 | fix ID of Normalize heading in docs so that the sidenav can find it | Chris Rebert | 1 | -1/+1 | |
| 2013-06-21 | Rename class name in placeholder | Tom Pietschker | 1 | -6/+6 | |
| applies 2535e060a48393143e7a6c2eb93a0a5d06663801 to css.html. Wasn't docs.html removed a while ago? | |||||
| 2013-06-19 | Fixes #8001: add IDs for example inputs | Mark Otto | 1 | -4/+4 | |
| 2013-06-19 | Add missing property to form-horizontal docs | Kurt MacDonald | 1 | -2/+2 | |
| 2013-06-16 | CSS docs page: backticks ==> <code> | Chris Rebert | 1 | -2/+2 | |
| 2013-06-15 | Fix up broken input group example layouts | Mark Otto | 1 | -5/+5 | |
| 2013-06-09 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 1 | -1/+1 | |
| 2013-06-09 | Redo grid documentation | Mark Otto | 1 | -22/+84 | |
| * Update example sections to include basic, mobile-desktop, and mobile-tablet-desktop implementations * Add more examples to the grid example page * Red columns instead of gray for more Bootstrapy aesthetic | |||||
| 2013-06-08 | Another grid update | Mark Otto | 1 | -2/+57 | |
| * Update docs to include table of grid levels and behaviors * Change from .col-md to .col-sm to match existing size variables we use elsewhere * Keep .col-lg as-is though for simplicity as we won't likely add a fourth level of the grid * Combine responsive .container breakpoints with grid breakpoints in grid.less * Other misc docs updates | |||||
| 2013-06-05 | Update css.html | Mladen Plavsic | 1 | -1/+1 | |
| Missing word "in" in "Someone famous in Source Title" | |||||
| 2013-06-04 | reverse order of grid column examples for dual grid section | Mark Otto | 1 | -6/+6 | |
| 2013-06-03 | nuke the .col | Mark Otto | 1 | -109/+109 | |
| 2013-05-16 | Better grid template; link color change in docs navbar | Mark Otto | 1 | -0/+1 | |
| 2013-05-16 | Form validation and horizontal row update | Mark Otto | 1 | -4/+4 | |
| * changed .row-label to .control-label as used elsewhere already * changed .formFieldState mixin to .form-field-validation | |||||
| 2013-05-16 | Simple responsive utilities test css | Mark Otto | 1 | -7/+25 | |
| 2013-05-16 | Redo the responsive utilities stuff | Mark Otto | 1 | -13/+13 | |
| * Update docs language * Enforce display: block; on all utilities for now * Fix up docs CSS for the tests | |||||
| 2013-05-16 | Drop .form-actions | Mark Otto | 1 | -15/+0 | |
| 2013-05-15 | Fixes #7898: ensure button type | Mark Otto | 1 | -10/+10 | |
| Sets `type="button"` on all buttons in the docs | |||||
| 2013-05-14 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 1 | -19/+15 | |
| Conflicts: docs/assets/css/docs.css | |||||
| 2013-05-14 | Fixes #7878: .col-span-* mentions to .col-lg-* | Mark Otto | 1 | -3/+3 | |
| 2013-05-14 | Overhaul form control and button sizing, and some type styles | Mark Otto | 1 | -10/+2 | |
| * New padding approach with separate horizontal and vertical padding variables * Improved sizing in large and small buttons and form controls * Dropped the `.btn-mini` (since we have no `.input-mini` to match, and holy fuck those were small buttons) * Dropped the `.pagination-mini` as well because once again, to hell with such small components * Changed `@line-height-headings` to `@headings-line-height` * Removed the `@headings-font-family` because it was honestly kind of useless | |||||
| 2013-05-14 | Cleanup form-inline examples in docs | Robert Burns | 1 | -19/+15 | |
| 2013-05-13 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 1 | -2/+2 | |
| 2013-05-12 | fix broken responsive utilities table | Mark Otto | 1 | -48/+50 | |
| 2013-05-12 | Fix invalid input within docs | Robert Burns | 1 | -2/+2 | |
| 2013-05-11 | Changed Responsive utilities section in docs/css.html | Vinay Raghu | 1 | -13/+13 | |
| 2013-05-10 | Font-size and line-height tweaks | Mark Otto | 1 | -1/+1 | |
| * Use 1.428 for line-height instead of 1.5 * Use function for full pixel values instead of decimals | |||||
