| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-07-25 | Merge pull request #8611 from twitter/bs3_form_classes | Mark Otto | 2 | -105/+104 | |
| Updated BS3 form classes | |||||
| 2013-07-25 | Add comment about opacity mixin not being used | Mark Otto | 1 | -0/+4 | |
| 2013-07-25 | Update form validation states | Mark Otto | 2 | -9/+11 | |
| * 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 | Spacing | Mark Otto | 1 | -3/+0 | |
| 2013-07-25 | Refactor forms styles | Mark Otto | 1 | -93/+93 | |
| * 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 | twbs ALL the links | Chris Rebert | 3 | -4/+4 | |
| 2013-07-25 | move some thing around | Mark Otto | 1 | -7/+11 | |
| 2013-07-25 | Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into 3.0.0-wip | Mark Otto | 3 | -22/+59 | |
| 2013-07-25 | fixes #8571 completely: add better th support for table classes | Mark Otto | 1 | -4/+8 | |
| 2013-07-25 | Navbar toggle is not vertically aligned (3.0.0-wip) with custom navbar height | Geremia Taglialatela | 1 | -1/+1 | |
| When using navbar heights higher that default, the navbar-toggle button is not centered. Fiddle demonstrating this issue (compiled with `@navbar-height: 60px;`): http://jsfiddle.net/tagliala/mRVMe/2/ Another fiddle with the proposed fix: http://jsfiddle.net/tagliala/mRVMe/3/ | |||||
| 2013-07-25 | Moved navs inline properties to variables.less and customize.html & ↵ | syed | 2 | -15/+42 | |
| nav-customize.html | |||||
| 2013-07-25 | Moving navbar inline properties to variables.less and customize.html | syed | 2 | -7/+17 | |
| 2013-07-24 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 4 | -4/+4 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-07-24 | make again | Mark Otto | 1 | -3/+3 | |
| 2013-07-24 | Merge branch '3.0.0-wip' of https://github.com/salman-javed-confiz/bootstrap ↵ | Mark Otto | 1 | -1/+2 | |
| into salman-javed-confiz-3.0.0-wip | |||||
| 2013-07-24 | Merge pull request #8583 from liuyl/disabled | Mark Otto | 4 | -4/+4 | |
| set cursor to not-allowed for disabled elements | |||||
| 2013-07-24 | make footer border color use header border color in modals | Mark Otto | 1 | -2/+1 | |
| 2013-07-24 | Moved modals inline properties to variables.less | syed | 2 | -7/+17 | |
| In this commit I moved modals.less inline properties to variables.less and also added those variables to customize.html. | |||||
| 2013-07-24 | set cursor to not-allowed for disabled elements | liuyl | 4 | -4/+4 | |
| 2013-07-24 | issues fixed for nav-justified on pills on android default browser. | Salman Javed | 1 | -1/+2 | |
| 2013-07-23 | Run make on prev commits | Mark Otto | 3 | -5/+7 | |
| 2013-07-23 | Update forms vars | Mark Otto | 2 | -3/+1 | |
| * Reorganize layout * Add input group var * Add legend border var | |||||
| 2013-07-23 | Update dropdown vars | Mark Otto | 3 | -12/+8 | |
| * Update `.nav-divider` mixin to simplify to a 1px line (one value instead of two in parametric mixin) * Rename and consolidate dropdown caret vars * Add vars to Customizer | |||||
| 2013-07-23 | Update code vars | Mark Otto | 2 | -5/+3 | |
| * Drop the `rgba()` border and fallback because fuck that noise * Add vars to customizer * Remove rogue `:` | |||||
| 2013-07-23 | Update close vars | Mark Otto | 2 | -3/+2 | |
| * Remove dupe hover color var (again, it's not necessary to have it's own var here since we're controlling it via `opacity`) * Add to customizer | |||||
| 2013-07-23 | Update carousel vars | Mark Otto | 2 | -9/+8 | |
| * Remove `@carousel-control-hover-color` since that's just the same as the default control color and all we change is `opacity` (it's required for specificity). * Add vars to customizer * Update customizer nav to include new section * Remove the `li` from the var names * Consolidate and simplify `text-shadow` vars | |||||
| 2013-07-23 | Update and add `@btn-hover-color` to Customize page | Mark Otto | 1 | -1/+1 | |
| 2013-07-23 | Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into ↵ | Mark Otto | 9 | -26/+72 | |
| saas786-3.0.0-wip | |||||
| 2013-07-23 | Fixes #8571: allow table classes in thead and tfoot | Mark Otto | 1 | -3/+7 | |
| 2013-07-23 | Drop rounded corners on `.table-bordered` | Mark Otto | 1 | -72/+8 | |
| * 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 | 2 | -6/+6 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-07-21 | Merge pull request #8545 from liuyl/refactor-btngroups | Mark Otto | 1 | -5/+6 | |
| refactor button-groups.less | |||||
| 2013-07-21 | refactor button-groups.less | liuyl | 1 | -5/+6 | |
| 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 | -2/+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 more commented out CSS from forms | Mark Otto | 1 | -1/+0 | |
| 2013-07-20 | Remove commented out CSS | Mark Otto | 1 | -8/+0 | |
| 2013-07-20 | moving forms, labels and list-group to variables.less | syed | 4 | -8/+18 | |
| 2013-07-20 | moving code and dropdowns to variables.less | syed | 3 | -9/+26 | |
| 2013-07-20 | Move inline properties to variables.less | syed | 4 | -11/+30 | |
| moved buttons.less, carousel.less & close.less in this commit | |||||
| 2013-07-20 | Update vars for badges, breadcrumbs; update customize page | Mark Otto | 2 | -3/+6 | |
| 2013-07-19 | Fixes #8385: update carousel captions | Mark Otto | 1 | -3/+8 | |
| * 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/+11 | |
| 2013-07-19 | Variables reorganization and breadcrumbs update | Mark Otto | 2 | -18/+22 | |
| * 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-19 | Improved and followed pattern suggestions | syed | 4 | -14/+11 | |
| 2013-07-19 | move breadcrumb.less inline properties and also added @color-2 missed in ↵ | syed | 2 | -3/+8 | |
| last commit | |||||
| 2013-07-19 | move badges inline properties to variables.less | syed | 2 | -3/+7 | |
