| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-01-07 | Fix #12073: Consistent order of variations | Julian Thilo | 1 | -4/+4 | |
| 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 | grammarghhhhhhhhhhhh | Mark Otto | 1 | -1/+1 | |
| 2014-01-05 | document single .form-control per .input-group limitation; fixes #12109 | Chris Rebert | 1 | -2/+4 | |
| 2014-01-05 | add .container(-fluid) to remaining navbar examples for consistency/accuracy | Chris Rebert | 1 | -163/+177 | |
| follow-up to 93a4d6cc5ecdc1cbc09c4b8af2e587f4480b36cf | |||||
| 2014-01-04 | Fix anchor links | Quy Ton | 1 | -2/+2 | |
| 2014-01-04 | Use relative URLs | Quy Ton | 1 | -2/+2 | |
| 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/+2989 | |
| 2013-07-18 | flatten docs dir back into root | Mark Otto | 1 | -2106/+0 | |
| 2013-07-17 | Drop `.nav-header` for `.dropdown-header` | Mark Otto | 1 | -0/+25 | |
| * Since we no longer have `.nav-list`, I've nuked the `.nav-header` * However, dropdowns can still have section headings, so I've kept that around with the addition of `.dropdown-header` * Restyled it a smidge as well | |||||
| 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 | -9/+21 | |
| 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-09 | Dustin the docs again | Julian Thilo | 1 | -9/+9 | |
| * 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 more Glyphicons | Mark Otto | 1 | -68/+0 | |
| 2013-07-03 | use sibling selector instead of pseudo selector | liuyl | 1 | -1/+1 | |
| 2013-06-27 | remove submenus. for more context: ↵ | Mark Otto | 1 | -89/+0 | |
| http://www.youtube.com/watch?v=ggWyUEuGcWY&feature=youtu.be&t=48s | |||||
| 2013-06-27 | remove glyphicons from demo component | Mark Otto | 1 | -4/+4 | |
| 2013-06-27 | Merge branch '3.0.0-wip' into bs3_remove_icons | Mark Otto | 1 | -2/+6 | |
| Conflicts: docs/components.html | |||||
| 2013-06-27 | Merge pull request #8307 from cvrebert/8287-docs-patch | Mark Otto | 1 | -0/+5 | |
| Fix #8287 | |||||
| 2013-06-26 | Adjust info callout, add callouts to docs | Julian Thilo | 1 | -13/+30 | |
| * 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-26 | typo: match doc text and example | James Holland | 1 | -1/+1 | |
| 2013-06-25 | Fix #8287 | Chris Rebert | 1 | -0/+5 | |
| 2013-06-24 | Replaced <i> with <span> for glyphicon | Kyle | 1 | -165/+165 | |
| 2013-06-20 | Move Glyphicons into their own repo | Mark Otto | 1 | -314/+0 | |
| Removes the icon fonts and associated docs and LESS code from the core repo and into twbs/bootstrap-glyphicons. | |||||
| 2013-06-16 | components docs: backticks ==> <code> | Chris Rebert | 1 | -1/+1 | |
| 2013-06-16 | upgrade holder to 2.0, update thumbnail examples in docs to fit inside ↵ | Ivan Malopinsky | 1 | -5/+5 | |
| containers | |||||
| 2013-06-13 | Fix | marsuboss | 1 | -1/+1 | |
| 2013-06-03 | nuke the .col | Mark Otto | 1 | -13/+13 | |
| 2013-05-16 | Change up link alerts | Mark Otto | 1 | -0/+28 | |
| * No more children selectors to set all links in alerts as a special color because buttons and more wrongly inherited color * Adds .alert-link for easy styling in any alert | |||||
| 2013-05-15 | Fixes #7898: ensure button type | Mark Otto | 1 | -24/+24 | |
| 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 | -21/+7 | |
| Conflicts: docs/assets/css/docs.css | |||||
| 2013-05-14 | Overhaul form control and button sizing, and some type styles | Mark Otto | 1 | -35/+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 | Merge pull request #7882 from juthilo/3.0.0-wip | Mark Otto | 1 | -21/+7 | |
| Cleaning the navbar docs | |||||
| 2013-05-14 | Add .panel-footer | Mark Otto | 1 | -0/+15 | |
| 2013-05-14 | add detail to navbar component alignment section | Julian Thilo | 1 | -1/+1 | |
| * The search form has been deprecated. * Using pull-* on a list item won't have any effect. | |||||
| 2013-05-14 | .navbar docs: update -fixed-* callouts, fix -link | Julian Thilo | 1 | -20/+6 | |
| * The navbar is now always 50px high, so no need for that nasty padding code block anymore. * The new proposed body padding value also reflects the default navbar's margin-bottom. * Fixed the navbar-link example positioning (missing .navbar-text). | |||||
| 2013-05-13 | Fix glyphicon in "Dropdown in a button group" example | Robert Burns | 1 | -5/+5 | |
| 2013-05-12 | Fix navbar button docs | Mark Otto | 1 | -3/+6 | |
| 2013-05-10 | Merge pull request #7838 from blakeembrey/btn-group-radius | Mark Otto | 1 | -2/+2 | |
| Remove the overrides and resets from button groups | |||||
| 2013-05-09 | Update button groups to use not selector and remove redundant CSS. | Blake Embrey | 1 | -2/+2 | |
| 2013-05-09 | Fix up navbar forms by using inline form as a mixin; fix docs for those | Mark Otto | 1 | -10/+10 | |
| 2013-05-09 | subnav for icons section | Mark Otto | 1 | -3/+3 | |
| 2013-05-08 | .bs-docs-sidenote to .bs-callout | Mark Otto | 1 | -8/+8 | |
| 2013-05-08 | .bs-docs-example to .bs-example | Mark Otto | 1 | -83/+83 | |
| 2013-05-08 | Super massive docs overhaul | Mark Otto | 1 | -0/+2537 | |
| * Bring back the navbar up top * Pull the docs content back into separate pages because a 6.6k line docs file is just crazy * Recenter the page content and bring back affixed side nav (needs work) | |||||
| 2013-03-28 | holy crap new docs layout separate from home, no more top navbar | Mark Otto | 1 | -1961/+0 | |
| 2013-03-28 | new subnav on all pages | Mark Otto | 1 | -37/+21 | |
| 2013-03-26 | docs fixes with new .bs-docs-container; fixing some lingering grid classes | Mark Otto | 1 | -1/+1 | |
| 2013-03-26 | New grid classes | Mark Otto | 1 | -2/+2 | |
| 2013-03-14 | fix derpy linenos in pygments for thumbnails component | Mark Otto | 1 | -1/+0 | |
