| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-08-11 | addressing #9189 manually, part 3: forms | Mark Otto | 1 | -0/+2 | |
| 2013-08-11 | spacing | Mark Otto | 1 | -0/+1 | |
| 2013-08-11 | addressing #9189 manually, part 2: dropdown header and disabled link colors ↵ | Mark Otto | 1 | -0/+3 | |
| (and refactor commenting styles) | |||||
| 2013-08-11 | addressing #9189 manually, part 1: code and pre vars | Mark Otto | 1 | -0/+2 | |
| 2013-08-11 | fixes #9348 by ditching a comment | Mark Otto | 1 | -1/+1 | |
| 2013-08-06 | Fixes #9145: Fix tooltip opacity | Mark Otto | 1 | -1/+1 | |
| Update tooltips to not use RGBa colors so IE8 can have tooltips, too (means we're now using `opacity`). | |||||
| 2013-08-05 | Scope tablet classes to tablets range only | Mark Otto | 1 | -4/+6 | |
| Fixes #9128 | |||||
| 2013-08-05 | Merge branch '3.0.0-wip' into bs3_alerts_default_class | Mark Otto | 1 | -3/+21 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-08-05 | Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into ↵ | Mark Otto | 1 | -2/+18 | |
| saas786-3.0.0-wip Conflicts: customize.html less/alerts.less less/badges.less less/button-groups.less less/buttons.less less/carousel.less | |||||
| 2013-08-05 | Merge pull request #9121 from Flydiverny/alerts | Mark Otto | 1 | -1/+3 | |
| Added padding variable for alerts and changed customize.html | |||||
| 2013-08-05 | Update labels to include a base class | Mark Otto | 1 | -0/+2 | |
| * Builds on the new button styles by requiring a `.btn-default` for the regular, gray labels * Updates components examples to show new stuff | |||||
| 2013-08-06 | Added padding variable for alerts and changed customize.html Warning state ↵ | Markus Maga | 1 | -1/+3 | |
| (which doesn't exist anymore) | |||||
| 2013-08-05 | More button updates | Mark Otto | 1 | -5/+5 | |
| - Fixes #9113 (caret colors in dropdown buttons) - Darken borders around buttons for contrast in button groups | |||||
| 2013-08-05 | Fixes #8786 (part 2): new default button styles | Mark Otto | 1 | -10/+8 | |
| Also relevant: http://www.youtube.com/watch?v=Ldyx3KHOFXw | |||||
| 2013-08-05 | fixes #9063: add var for navbar border radius | Mark Otto | 1 | -0/+1 | |
| 2013-08-04 | Enable input focus state customization | Mark Otto | 1 | -0/+1 | |
| - Add new mixin to generate and customize focus state as needed - Adds variable to set default color - Include clear disclaimer about customizing this—it's about users', so don't go making everything bright red and expect them not to be confused or alarmed. Relevant issues: #2742, #4185, #7942, #8171, #8610, #9044 | |||||
| 2013-08-03 | Greater standardization of sizing terminology | Chris Rebert | 1 | -3/+3 | |
| In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small | |||||
| 2013-08-02 | Tighten up buttons and form controls | Mark Otto | 1 | -4/+7 | |
| * Smaller padding on buttons and large buttons * Same with inputs and large inputs * Remove about 10px from height of large inputs/buttons and 4px from regular ones Fixes #8707 and #8700. (Also relevant: #8711) | |||||
| 2013-07-29 | get rid of out of order variable declaration | Andrey Popp | 1 | -35/+33 | |
| 2013-07-28 | move things around | syed | 1 | -2/+22 | |
| Moved alerts, badges, button groups, buttons, carousel, close to variables.less and customize.html | |||||
| 2013-07-26 | Vars update | Mark Otto | 1 | -15/+18 | |
| * Drop progress bar text-shadow * Reorganize popover and tooltip vars and fix complier error due to missing `;` * Run `grunt` | |||||
| 2013-07-26 | move things around :) | syed | 1 | -2/+27 | |
| Moved pager, pagination, popovers, tooltip, progress bars & type properties to variables.less | |||||
| 2013-07-25 | move some thing around | Mark Otto | 1 | -7/+11 | |
| 2013-07-25 | Moved navs inline properties to variables.less and customize.html & ↵ | syed | 1 | -0/+27 | |
| nav-customize.html | |||||
| 2013-07-25 | Moving navbar inline properties to variables.less and customize.html | syed | 1 | -0/+10 | |
| 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 | 1 | -0/+10 | |
| In this commit I moved modals.less inline properties to variables.less and also added those variables to customize.html. | |||||
| 2013-07-23 | Run make on prev commits | Mark Otto | 1 | -2/+4 | |
| 2013-07-23 | Update forms vars | Mark Otto | 1 | -2/+1 | |
| * Reorganize layout * Add input group var * Add legend border var | |||||
| 2013-07-23 | Update dropdown vars | Mark Otto | 1 | -5/+2 | |
| * 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 | 1 | -3/+2 | |
| * Drop the `rgba()` border and fallback because fuck that noise * Add vars to customizer * Remove rogue `:` | |||||
| 2013-07-23 | Update close vars | Mark Otto | 1 | -2/+1 | |
| * 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 | 1 | -5/+4 | |
| * 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 | 1 | -0/+46 | |
| saas786-3.0.0-wip | |||||
| 2013-07-23 | @badge-bg should be @gray-light not #f5f5f5 | Francis Brunelle | 1 | -1/+1 | |
| 2013-07-20 | moving forms, labels and list-group to variables.less | syed | 1 | -1/+11 | |
| 2013-07-20 | moving code and dropdowns to variables.less | syed | 1 | -1/+18 | |
| 2013-07-20 | Move inline properties to variables.less | syed | 1 | -0/+19 | |
| moved buttons.less, carousel.less & close.less in this commit | |||||
| 2013-07-20 | Update vars for badges, breadcrumbs; update customize page | Mark Otto | 1 | -1/+4 | |
| 2013-07-19 | Variables reorganization and breadcrumbs update | Mark Otto | 1 | -14/+19 | |
| * 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 | 1 | -9/+6 | |
| 2013-07-19 | move breadcrumb.less inline properties and also added @color-2 missed in ↵ | syed | 1 | -1/+6 | |
| last commit | |||||
| 2013-07-19 | move badges inline properties to variables.less | syed | 1 | -0/+4 | |
| 2013-07-19 | Move accordion inline properties to variables.les | syed | 1 | -0/+7 | |
| 2013-07-18 | fixes #8206: Use navbar height var to compute vertical padding on navbar-brand | Mark Otto | 1 | -1/+1 | |
| 2013-07-18 | Fixes #8397: better navbar padding with grid gutter stuff | Mark Otto | 1 | -1/+2 | |
| 2013-07-18 | Vurrriables and shit | Mark Otto | 1 | -1/+2 | |
| 2013-07-17 | Fixes #8441: remove `@font-size-mini` | Mark Otto | 1 | -1/+0 | |
| 2013-07-17 | fixes #8491: add vars for table padding | Mark Otto | 1 | -0/+3 | |
