| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-07-26 | Undo changes from #8582 because it made links uneven on desktop | Mark Otto | 1 | -4/+2 | |
| /cc @salman-javed-confiz | |||||
| 2013-07-26 | Twerk lead font-size for mobile devices | Mark Otto | 1 | -1/+7 | |
| 2013-07-26 | rebuild + fix #2539 | fat | 1 | -0/+1 | |
| 2013-07-26 | change how collapse works - collapse, collapsing, and in | fat | 1 | -4/+8 | |
| 2013-07-26 | Update inline and horizontal forms | Mark Otto | 1 | -6/+34 | |
| * No more need for `.row.form-group`--only need `.form-group` * Change tag selectors for inline form to use `.form-control` * Docs improved to explain what's happening | |||||
| 2013-07-26 | Use `.form-control` in input sizing CSS | Mark Otto | 1 | -32/+2 | |
| 2013-07-26 | grunt on previous commits | Mark Otto | 1 | -4/+0 | |
| 2013-07-26 | Fixes #8605: use `.form-control` in `.input-group` instead of HTML tags | Mark Otto | 1 | -6/+5 | |
| 2013-07-26 | Vars update | Mark Otto | 1 | -7/+6 | |
| * Drop progress bar text-shadow * Reorganize popover and tooltip vars and fix complier error due to missing `;` * Run `grunt` | |||||
| 2013-07-26 | fix background of btn-link | Yulong Liu | 1 | -1/+0 | |
| 2013-07-26 | remove background:none | Yulong Liu | 1 | -1/+0 | |
| 2013-07-26 | Replace Makefile with GruntJS | John-Philip Johansson | 1 | -1/+1 | |
| A rebase (against soon-to-be 3.0.0-rc.1) & squash of https://github.com/twbs/bootstrap/pull/7786 AKA https://github.com/twitter/bootstrap/pull/7786 originally by @seriema @mokkabonna @jojohess Rebased by @cvrebert | |||||
| 2013-07-26 | Fixes #8586: add addional color text classes to apply all of branch colors ↵ | Mark Otto | 1 | -16/+4 | |
| easily | |||||
| 2013-07-25 | Add `.panel-title` to panel component to mirror modals | Mark Otto | 1 | -2/+7 | |
| /cc @leeaston | |||||
| 2013-07-25 | Update form validation states | Mark Otto | 1 | -6/+6 | |
| * Once again no longer applies to single inputs (this is a bit simpler, but I'm open to new ideas) but the entire set of inputs, labels, and help text within a particular element. However, the styles are not too dependent on markup or layout, so they're super flexible. * Simplified the markup in the validation docs examples to match latest changes. * Renamed `.form-state-validation` mixin to `.form-control-validation` to match naming of prev commit. | |||||
| 2013-07-25 | Refactor forms styles | Mark Otto | 1 | -138/+44 | |
| * Reorganize forms.less * Change from attribute selectors to `.form-control`. Few lines, less specific (meaning easier overrides as `element[type=""]` is more specific than a class), less intrusive, and more performant. * Add `.form-group` for basic spacing in vertical forms. * Remove (unnecessary?) `margin: 0;` from `form` element (as far as I can tell no browser sets that anyway). | |||||
| 2013-07-25 | run make on prev commits | Mark Otto | 1 | -15/+15 | |
| 2013-07-25 | fixes #8571 completely: add better th support for table classes | Mark Otto | 1 | -4/+16 | |
| 2013-07-25 | make on prev commits | Mark Otto | 1 | -1/+1 | |
| 2013-07-24 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 1 | -4/+4 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-07-24 | make again | Mark Otto | 1 | -0/+13 | |
| 2013-07-24 | Merge branch '3.0.0-wip' of https://github.com/salman-javed-confiz/bootstrap ↵ | Mark Otto | 1 | -2/+4 | |
| into salman-javed-confiz-3.0.0-wip | |||||
| 2013-07-24 | Merge pull request #8583 from liuyl/disabled | Mark Otto | 1 | -4/+4 | |
| set cursor to not-allowed for disabled elements | |||||
| 2013-07-24 | run make on prev commits | Mark Otto | 1 | -3/+3 | |
| 2013-07-24 | set cursor to not-allowed for disabled elements | liuyl | 1 | -4/+4 | |
| 2013-07-24 | issues fixed for nav-justified on pills on android default browser. | Salman Javed | 1 | -2/+4 | |
| 2013-07-23 | Run make on prev commits | Mark Otto | 1 | -23/+19 | |
| 2013-07-23 | Fixes #8571: allow table classes in thead and tfoot | Mark Otto | 1 | -4/+28 | |
| 2013-07-23 | Drop rounded corners on `.table-bordered` | Mark Otto | 1 | -66/+1 | |
| * Cuts close to 100 lines of CSS from the table CSS * File size aside, this drastically simplifies CSS for folks looking to build on top of the `.table-bordered` option as a starting point | |||||
| 2013-07-23 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 1 | -1/+1 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-07-23 | No more left margin on dd elements, fixes #8567 | Mark Otto | 1 | -1/+1 | |
| 2013-07-23 | @badge-bg should be @gray-light not #f5f5f5 | Francis Brunelle | 1 | -1/+1 | |
| 2013-07-21 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 1 | -1/+0 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-07-21 | remove useless display:inline-block | liuyl | 1 | -1/+0 | |
| 2013-07-20 | Update file input to remove height and line-height | Mark Otto | 1 | -4/+1 | |
| This particular form control is wildly inaccurate across browsers, so we're removing the `height` and `line-height`, but adding `display: block` so it renders similarly to our other inputs. | |||||
| 2013-07-20 | Remove commented out CSS | Mark Otto | 1 | -8/+0 | |
| 2013-07-20 | Update vars for badges, breadcrumbs; update customize page | Mark Otto | 1 | -1/+1 | |
| 2013-07-19 | Fixes #8385: update carousel captions | Mark Otto | 1 | -3/+6 | |
| * No longer hidden by default--up to users to figure that part out with longer content * Cleaned up styles and spacing | |||||
| 2013-07-19 | Fixes #8278: fix on print | Mark Otto | 1 | -0/+7 | |
| 2013-07-19 | Variables reorganization and breadcrumbs update | Mark Otto | 1 | -6/+5 | |
| * Place component vars alongside the rest of the component vars * Redo some of the breadcrumbs code to add a var and remove `text-shadow` | |||||
| 2013-07-18 | `<input>` and `<select>` sizing update | Mark Otto | 1 | -4/+5 | |
| Restores `font-size` and more to the `<select>` element while also changing from `min-height` to `height` for input sizing. Fixes #8520 as opened by @ShaunR (would've merged that PR but I moved everything around right before). | |||||
| 2013-07-18 | Merge branch 'bs3_rc1' into 3.0.0-wip | Mark Otto | 1 | -0/+4792 | |
| 2013-07-18 | finish flattening repo structure; add dist folder of compiled css/js | Mark Otto | 1 | -0/+4785 | |
