| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2013-02-28 | Fixes #6995: Add disabled navbar nav link support | Mark Otto | 1 | -2/+2 | |
| 2013-02-19 | forgot navbar-fixed-bottom in the commit | Tom Pietschker | 1 | -1/+1 | |
| 2013-02-19 | tweak the position of the fixed to top/bottom navbars to remove double border | Tom Pietschker | 1 | -2/+2 | |
| 2013-02-19 | remove the search-query class and increase the width | Tom Pietschker | 1 | -2/+2 | |
| 2013-02-19 | replace navbar-search with navbar-form | Tom Pietschker | 1 | -2/+2 | |
| 2013-02-19 | remove navbar-inner | Tom Pietschker | 1 | -10/+8 | |
| 2013-02-18 | fix incorrect section id for labels | Tom Pietschker | 1 | -1/+1 | |
| 2013-02-18 | Navbar realignment: | Mark Otto | 1 | -15/+15 | |
| * Change .brand to .navbar-brand * Change .btn-navbar to .navbar-toggle * Redesign navbar toggle to be a bit lighter and wider * Center align the navbar brand with a max-width of 200px (to minimize hit area) while still centering | |||||
| 2013-02-17 | Bring back the label, make it scale somewhat with the font-size of the ↵ | Mark Otto | 1 | -0/+79 | |
| parent using percentages and ems | |||||
