| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-06-25 | rm :invalid styling from docs | Chris Rebert | 1 | -15/+0 | |
| It was removed from the code in 90d4343f66d1cdafe24b6de0dbb6ae64312df323 :-/ | |||||
| 2013-06-25 | Merge pull request #8290 from juthilo/3.0.0-docs-nothird | Mark Otto | 2 | -0/+10 | |
| Add new callouts to docs | |||||
| 2013-06-25 | Merge pull request #8292 from cvrebert/patch-1 | Mark Otto | 1 | -1/+1 | |
| fix "Data attributes" link in JS docs sidenav | |||||
| 2013-06-25 | Recess welcome | Julian Thilo | 1 | -1/+1 | |
| 2013-06-25 | fix ID of Normalize heading in docs so that the sidenav can find it | Chris Rebert | 1 | -1/+1 | |
| 2013-06-25 | fix "Data attributes" link in JS docs sidenav | Chris Rebert | 1 | -1/+1 | |
| `#js-data-attributes` => `#js-data-attrs` | |||||
| 2013-06-25 | Add IDs, adjust text | Julian Thilo | 2 | -3/+3 | |
| 2013-06-25 | Add a link to the mailing list for JS help | Julian Thilo | 1 | -1/+1 | |
| 2013-06-25 | Add callout to docs: LESS compiler support | Julian Thilo | 1 | -0/+5 | |
| 2013-06-25 | Add callout to docs: 3rd-party libs not supported | Julian Thilo | 1 | -0/+5 | |
| 2013-06-25 | Fix line breaks on add-ons with spaces | Luis Hdez | 1 | -0/+1 | |
| 2013-06-24 | Replaced <i> with <span> for glyphicon | Kyle | 1 | -165/+165 | |
| 2013-06-23 | Merge pull request #8268 from luishdez/hotfix/sidebar-overlap | Mark Otto | 1 | -7/+2 | |
| Fix overlap sidebar for Tablets and up in docs | |||||
| 2013-06-23 | Move grid offsets to desktop only (fixes #8229) | Mark Otto | 1 | -33/+33 | |
| 2013-06-23 | Make on previous commits | Mark Otto | 1 | -13/+46 | |
| 2013-06-23 | Fix overlap sidebar for Tablets and up in docs | Luis Hdez | 1 | -7/+2 | |
| 2013-06-22 | run make on previous merge | Mark Otto | 1 | -0/+1 | |
| 2013-06-21 | Improve alignment of navbar brand and fix up left padding on list groups | Mark Otto | 1 | -2/+3 | |
| 2013-06-21 | Reset padding on homepage links | Mark Otto | 1 | -1/+3 | |
| 2013-06-21 | Remove the offcanvas js from the footer | Tom Pietschker | 1 | -4/+0 | |
| This was moved inline in 65ad52060e1f9b5928ac0d5a0bfead0cdf1b26f4 | |||||
| 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-20 | Rename class name in placeholder | Quy Ton | 1 | -6/+6 | |
| 2013-06-20 | Fixes #8154: enforce full width `.navbar-nav.pull-right` in mobile | Mark Otto | 1 | -0/+5 | |
| Prevents an odd alignment issue in mobile views by forcing the nav links to be full width without undoing the float. | |||||
| 2013-06-20 | Fixes #8159: Be more specific about disabled inputs to avoid iOS bug | Mark Otto | 1 | -22/+52 | |
| Attached disabled styles to the exact input types rather than all inputs and reseting the checkbox/radios. If setting `background-color: transparent;`, iOS renders no background on the disabled control. | |||||
| 2013-06-20 | Fixes #8093: Removes invalid focus styles on inputs | Mark Otto | 1 | -15/+0 | |
| 2013-06-20 | run make on previous commit | Mark Otto | 1 | -1/+2 | |
| 2013-06-20 | Fixes #7730: Better hiding of empty titles in popovers | Mark Otto | 3 | -5/+3 | |
| If the popover's title contains no text, hide it via JS. Previously was done via CSS's `:empty` property, but that doesn't work in IE8, so JS it is. /cc @fat becaue I probably did this wrong <3 | |||||
| 2013-06-20 | Run make on last commit | Mark Otto | 1 | -0/+1 | |
| 2013-06-20 | run make on @nextgenthemes last commit | Mark Otto | 1 | -4/+4 | |
| 2013-06-19 | Offcanvas example update | Mark Otto | 2 | -126/+36 | |
| * Remove plugin file and put JS inline * Update grid layout to use tablet columns * Switch from LESS to CSS for transition * Pad footer sides for better mobile rendering * Spacing cleanup | |||||
| 2013-06-19 | Merge branch 'offcanvas-example' of https://github.com/trumbitta/bootstrap ↵ | Mark Otto | 5 | -0/+306 | |
| into trumbitta-offcanvas-example | |||||
| 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-18 | Add support for `tr`, `th`, and `td` to responsive utilities | Mark Otto | 1 | -0/+76 | |
| 2013-06-18 | run make on last commit | Mark Otto | 1 | -6/+6 | |
| 2013-06-18 | docs/javascript.html: backticks -> <code> | Chris Rebert | 1 | -5/+5 | |
| 2013-06-17 | Fixes #7599: Improved print styles for a few key components | Mark Otto | 1 | -0/+11 | |
| * Updates `.table` to always enforce a solid white background * Update button groups and dropdowns to always use black carets * Add a 1px solid black border to labels (in the future we should add a border to these perhaps for better printing) | |||||
| 2013-06-17 | Better clearing on `.dl-horizontal` for empty `dd` elements | Mark Otto | 1 | -19/+19 | |
| Instead of clearing the entire `.dl-horizontal`, we've moved the clearfix mixin to the `dd` level to solve two problems in one: empty `dd`s mid-list, and empty `dd` as the last child. Addresses a few old issues, including #2824, #3819, #3821, #4062, #6707, and #7180. Sorry that took so long :D. | |||||
| 2013-06-17 | Properly unstyle the `.list-unstyled` class by switching from `margin` to ↵ | Mark Otto | 1 | -2/+2 | |
| `padding` Also add better comments | |||||
| 2013-06-17 | Remove explicit, unncessary `line-height` on `li` elements | Mark Otto | 1 | -4/+0 | |
| 2013-06-17 | Better base `ul` and `ol` styles | Mark Otto | 1 | -2/+2 | |
| Turns out we were nixing the default browser spacing for bullets and numbers, so this reverts that and instead just twerks the top/bottom `margin`. | |||||
| 2013-06-16 | Merge pull request #8184 from FLOKER/3.0.0-wip | Mark Otto | 1 | -4/+0 | |
| redundant lines removed | |||||
| 2013-06-16 | components docs: backticks ==> <code> | Chris Rebert | 1 | -1/+1 | |
| 2013-06-16 | Merge pull request #8187 from imsky/3.0.0-wip | Mark Otto | 2 | -129/+147 | |
| upgrade holder to 2.0, update thumbnail examples in docs to fit inside containers | |||||
| 2013-06-16 | CSS docs page: backticks ==> <code> | Chris Rebert | 1 | -2/+2 | |
| 2013-06-16 | upgrade holder to 2.0, update thumbnail examples in docs to fit inside ↵ | Ivan Malopinsky | 2 | -129/+147 | |
| containers | |||||
| 2013-06-16 | redundant lines removed | FLOKER | 1 | -4/+0 | |
| 2013-06-16 | Remove WebKit overflow scrolling for now | Mark Otto | 1 | -1/+0 | |
| 2013-06-15 | Fixes #8175: Update input min-height vars to fix FF21 input rendering | Mark Otto | 1 | -7/+7 | |
| 2013-06-15 | Fix up broken input group example layouts | Mark Otto | 2 | -5/+11 | |
